java.io.Serializable, PredicateDecorator<T>, Predicate<T>AllPredicate, AnyPredicate, NonePredicate, OnePredicatepublic abstract class AbstractQuantifierPredicate<T> extends java.lang.Object implements PredicateDecorator<T>, java.io.Serializable
| Modifier and Type | Field | Description |
|---|---|---|
protected Predicate<? super T>[] |
iPredicates |
The array of predicates to call
|
| Constructor | Description |
|---|---|
AbstractQuantifierPredicate(Predicate<? super T>... predicates) |
Constructor that performs no validation.
|
| Modifier and Type | Method | Description |
|---|---|---|
Predicate<? super T>[] |
getPredicates() |
Gets the predicates.
|
public Predicate<? super T>[] getPredicates()
getPredicates in interface PredicateDecorator<T>Copyright © 2001-2019 - Apache Software Foundation