Class AbstractQuantifierPredicate<T>

java.lang.Object
org.apache.commons.collections4.functors.AbstractQuantifierPredicate<T>
All Implemented Interfaces:
Serializable, PredicateDecorator<T>, Predicate<T>
Direct Known Subclasses:
AllPredicate, AnyPredicate, NonePredicate, OnePredicate

public abstract class AbstractQuantifierPredicate<T> extends Object implements PredicateDecorator<T>, Serializable
Abstract base class for quantification predicates, e.g. All, Any, None.
Since:
4.0
See Also: