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

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

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

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

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



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