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

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

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

Methods in org.apache.commons.functor.adapter that return BoundFunction
static
<A,T> BoundFunction<T>
BoundFunction.bind(UnaryFunction<? super A,? extends T> function, A arg)
          Adapt the given, possibly-null, UnaryFunction to the Function interface by binding the specified Object as a constant argument.
 

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



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