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

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

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

Methods in org.apache.commons.functor.adapter that return RightBoundProcedure
static
<L,R> RightBoundProcedure<L>
RightBoundProcedure.bind(BinaryProcedure<? super L,? super R> procedure, R arg)
          Get a UnaryProcedure from procedure.
 

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



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