Uses of Class
org.apache.commons.collections4.functors.AbstractQuantifierPredicate
Packages that use AbstractQuantifierPredicate
Package
Description
- 
Uses of AbstractQuantifierPredicate in org.apache.commons.collections4.functorsSubclasses of AbstractQuantifierPredicate in org.apache.commons.collections4.functorsModifier and TypeClassDescriptionfinal classAllPredicate<T>Predicate implementation that returns true if all the predicates return true.final classAnyPredicate<T>Predicate implementation that returns true if any of the predicates return true.final classPredicate implementation that returns true if none of the predicates return true.final classOnePredicate<T>Predicate implementation that returns true if only one of the predicates return true.