public abstract class AbstractQuantifierPredicate<T> extends Objectimplements PredicateDecorator <T>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Predicate |
iPredicates
The array of predicates to call
|
| Constructor and Description |
|---|
AbstractQuantifierPredicate(Predicate
Constructor that performs no validation.
|
public Predicate<? super T>[] getPredicates()
getPredicates in interface
PredicateDecorator<T>