Uses of Class
org.apache.commons.functor.core.composite.BaseBinaryPredicateList
-
Packages that use BaseBinaryPredicateList Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of BaseBinaryPredicateList in org.apache.commons.functor.core.composite
Subclasses of BaseBinaryPredicateList in org.apache.commons.functor.core.composite Modifier and Type Class Description classBinaryAnd<L,R>classBinaryOr<L,R>Methods in org.apache.commons.functor.core.composite with parameters of type BaseBinaryPredicateList Modifier and Type Method Description protected booleanBaseBinaryPredicateList. getBinaryPredicateListEquals(BaseBinaryPredicateList<?,?> that)Learn whether another list is equal to this one.
-