Predicate<T>AbstractQuantifierPredicate, AllPredicate, AndPredicate, AnyPredicate, NonePredicate, NotPredicate, NullIsExceptionPredicate, NullIsFalsePredicate, NullIsTruePredicate, OnePredicate, OrPredicate, TransformedPredicatepublic interface PredicateDecorator<T> extends Predicate<T>
This interface enables tools to access the decorated predicates.
| Modifier and Type | Method | Description |
|---|---|---|
Predicate<? super T>[] |
getPredicates() |
Gets the predicates being decorated as an array.
|
Copyright © 2001-2019 - Apache Software Foundation