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

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

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

Methods in org.apache.commons.functor.adapter that return IgnoreRightProcedure
static
<L,R> IgnoreRightProcedure<L,R>
IgnoreRightProcedure.adapt(UnaryProcedure<? super L> procedure)
          Adapt a UnaryProcedure to the BinaryProcedure interface.
 

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



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