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

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

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



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