public abstract class AbstractQuantifierPredicate<T> extends java.lang.Object implements PredicateDecorator<T>, java.io.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 Systems Incorporated. All Rights Reserved"