Uses of Class
org.apache.commons.functor.adapter.BinaryFunctionBinaryProcedure
Packages that use BinaryFunctionBinaryProcedure
Package
Description
Classes that adapt one functor interface to another.
-
Uses of BinaryFunctionBinaryProcedure in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return BinaryFunctionBinaryProcedureModifier and TypeMethodDescriptionstatic <L,R> BinaryFunctionBinaryProcedure <L, R> BinaryFunctionBinaryProcedure.adapt(BinaryFunction<? super L, ? super R, ?> function) Methods in org.apache.commons.functor.adapter with parameters of type BinaryFunctionBinaryProcedureModifier and TypeMethodDescriptionbooleanBinaryFunctionBinaryProcedure.equals(BinaryFunctionBinaryProcedure<?, ?> that) Learn whether a given BinaryFunctionBinaryPredicate is equal to this.