public abstract class AbstractQuantifierPredicate<T> extends Object implements PredicateDecorator<T>, Serializable
| 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 © 2010 - 2020 Adobe. All Rights Reserved