|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractQuantifierPredicate | |
---|---|
org.apache.commons.collections4.functors | This package contains implementations of the
Closure ,
Predicate ,
Transformer and
Factory interfaces. |
Uses of AbstractQuantifierPredicate in org.apache.commons.collections4.functors |
---|
Subclasses of AbstractQuantifierPredicate in org.apache.commons.collections4.functors | |
---|---|
class |
AllPredicate<T>
Predicate implementation that returns true if all the predicates return true. |
class |
AnyPredicate<T>
Predicate implementation that returns true if any of the predicates return true. |
class |
NonePredicate<T>
Predicate implementation that returns true if none of the predicates return true. |
class |
OnePredicate<T>
Predicate implementation that returns true if only one of the predicates return true. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |