Uses of Class
org.apache.commons.functor.adapter.BinaryFunctionBinaryProcedure

Packages that use BinaryFunctionBinaryProcedure
org.apache.commons.functor.adapter 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 BinaryFunctionBinaryProcedure
static
<L,R> BinaryFunctionBinaryProcedure<L,R>
BinaryFunctionBinaryProcedure.adapt(BinaryFunction<? super L,? super R,?> function)
          Adapt the given, possibly-null, BinaryFunction to the BinaryProcedure interface.
 

Methods in org.apache.commons.functor.adapter with parameters of type BinaryFunctionBinaryProcedure
 boolean BinaryFunctionBinaryProcedure.equals(BinaryFunctionBinaryProcedure<?,?> that)
          Learn whether a given BinaryFunctionBinaryPredicate is equal to this.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.