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

Packages that use FullyBoundProcedure
org.apache.commons.functor.adapter Classes that adapt one functor interface to another. 
 

Uses of FullyBoundProcedure in org.apache.commons.functor.adapter
 

Methods in org.apache.commons.functor.adapter that return FullyBoundProcedure
static
<L,R> FullyBoundProcedure
FullyBoundProcedure.bind(BinaryProcedure<? super L,? super R> procedure, L left, R right)
          Adapt a BinaryProcedure to the Procedure interface.
 

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



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