Interface PredicateDecorator<T>

    • Method Detail

      • getPredicates

        Predicate<? super T>[] getPredicates()
        Gets the predicates being decorated as an array.

        The array may be the internal data structure of the predicate and thus should not be altered.

        Returns:
        the predicates being decorated