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

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

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

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

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



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