Uses of Class
org.apache.commons.functor.adapter.BinaryPredicateBinaryFunction
-
Packages that use BinaryPredicateBinaryFunction Package Description org.apache.commons.functor.adapter Classes that adapt one functor interface to another. -
-
Uses of BinaryPredicateBinaryFunction in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return BinaryPredicateBinaryFunction Modifier and Type Method Description static <L,R>
BinaryPredicateBinaryFunction<L,R>BinaryPredicateBinaryFunction. adapt(BinaryPredicate<? super L,? super R> predicate)Methods in org.apache.commons.functor.adapter with parameters of type BinaryPredicateBinaryFunction Modifier and Type Method Description booleanBinaryPredicateBinaryFunction. equals(BinaryPredicateBinaryFunction<?,?> that)Learn whether another BinaryPredicateBinaryFunction is equal to this.
-