Uses of Class
org.apache.commons.functor.core.composite.BasePredicateList
-
Packages that use BasePredicateList Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of BasePredicateList in org.apache.commons.functor.core.composite
Subclasses of BasePredicateList in org.apache.commons.functor.core.composite Modifier and Type Class Description classAndclassOrMethods in org.apache.commons.functor.core.composite with parameters of type BasePredicateList Modifier and Type Method Description protected booleanBasePredicateList. getPredicateListEquals(BasePredicateList that)Learn whether the list of another BasePredicateList is equal to my list.
-