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

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

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

Methods in org.apache.commons.functor.adapter that return ProcedureUnaryProcedure
static
<A> ProcedureUnaryProcedure<A>
ProcedureUnaryProcedure.adapt(Procedure procedure)
          Adapt a Procedure to the UnaryProcedure interface.
 

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



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