Uses of Class
org.apache.commons.functor.adapter.BinaryProcedureBinaryFunction
Packages that use BinaryProcedureBinaryFunction
Package
Description
Classes that adapt one functor interface to another.
-
Uses of BinaryProcedureBinaryFunction in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return BinaryProcedureBinaryFunctionModifier and TypeMethodDescriptionstatic <L,R, T> BinaryProcedureBinaryFunction <L, R, T> BinaryProcedureBinaryFunction.adapt(BinaryProcedure<? super L, ? super R> procedure) Methods in org.apache.commons.functor.adapter with parameters of type BinaryProcedureBinaryFunctionModifier and TypeMethodDescriptionbooleanBinaryProcedureBinaryFunction.equals(BinaryProcedureBinaryFunction<?, ?, ?> that) Learn whether another BinaryProcedureBinaryFunction is equal to this.