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

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

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

Methods in org.apache.commons.functor.adapter that return LeftBoundFunction
static
<L,R,T> LeftBoundFunction<R,T>
LeftBoundFunction.bind(BinaryFunction<? super L,? super R,? extends T> function, L arg)
          Adapt a BinaryFunction as a UnaryFunction.
 

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



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