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

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

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

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

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



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