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

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

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

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

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



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