Uses of Class
org.apache.commons.functor.core.composite.BaseUnaryPredicateList
-
Packages that use BaseUnaryPredicateList Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of BaseUnaryPredicateList in org.apache.commons.functor.core.composite
Subclasses of BaseUnaryPredicateList in org.apache.commons.functor.core.composite Modifier and Type Class Description classUnaryAnd<A>classUnaryOr<A>Methods in org.apache.commons.functor.core.composite with parameters of type BaseUnaryPredicateList Modifier and Type Method Description protected booleanBaseUnaryPredicateList. getUnaryPredicateListEquals(BaseUnaryPredicateList<?> that)Learn whether another BaseUnaryPredicateList has content equal to this.
-