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