Uses of Class
org.apache.commons.collections4.functors.AbstractQuantifierPredicate
Package
Description
-
Uses of AbstractQuantifierPredicate in org.apache.commons.collections4.functors
Modifier and TypeClassDescriptionfinal class
AllPredicate<T>
Predicate implementation that returns true if all the predicates return true.final class
AnyPredicate<T>
Predicate implementation that returns true if any of the predicates return true.final class
Predicate implementation that returns true if none of the predicates return true.final class
OnePredicate<T>
Predicate implementation that returns true if only one of the predicates return true.