Uses of Class
org.apache.commons.collections4.functors.AbstractQuantifierPredicate
-
Packages that use AbstractQuantifierPredicate Package Description org.apache.commons.collections4.functors This package contains implementations of theClosure,Predicate,TransformerandFactoryinterfaces. -
-
Uses of AbstractQuantifierPredicate in org.apache.commons.collections4.functors
Subclasses of AbstractQuantifierPredicate in org.apache.commons.collections4.functors Modifier and Type Class Description classAllPredicate<T>Predicate implementation that returns true if all the predicates return true.classAnyPredicate<T>Predicate implementation that returns true if any of the predicates return true.classNonePredicate<T>Predicate implementation that returns true if none of the predicates return true.classOnePredicate<T>Predicate implementation that returns true if only one of the predicates return true.
-