Uses of Class
org.apache.commons.functor.core.composite.BinaryAnd
-
Packages that use BinaryAnd Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of BinaryAnd in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return BinaryAnd Modifier and Type Method Description BinaryAnd<L,R>BinaryAnd. and(BinaryPredicate<? super L,? super R> p)And in a BinaryPredicate.Methods in org.apache.commons.functor.core.composite with parameters of type BinaryAnd Modifier and Type Method Description booleanBinaryAnd. equals(BinaryAnd<?,?> that)Learn whether another BinaryAnd is equal to this.
-