public abstract class AbstractQuantifierPredicate<T> extends Object implements PredicateDecorator<T>, 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.
|
protected final Predicate<? super T>[] iPredicates
public AbstractQuantifierPredicate(Predicate<? super T>... predicates)
predicates
- the predicates to check, not cloned, not nullpublic Predicate<? super T>[] getPredicates()
getPredicates
in interface PredicateDecorator<T>
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.