Uses of Class
org.apache.commons.functor.adapter.BinaryPredicateBinaryFunction
Packages that use BinaryPredicateBinaryFunction
Package
Description
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 BinaryPredicateBinaryFunctionModifier and TypeMethodDescriptionstatic <L,R> BinaryPredicateBinaryFunction <L, R> BinaryPredicateBinaryFunction.adapt(BinaryPredicate<? super L, ? super R> predicate) Methods in org.apache.commons.functor.adapter with parameters of type BinaryPredicateBinaryFunctionModifier and TypeMethodDescriptionbooleanBinaryPredicateBinaryFunction.equals(BinaryPredicateBinaryFunction<?, ?> that) Learn whether another BinaryPredicateBinaryFunction is equal to this.