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

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

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

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

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



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