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

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

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

Methods in org.apache.commons.functor.adapter that return ProcedureFunction
static
<T> ProcedureFunction<T>
ProcedureFunction.adapt(Procedure procedure)
          Adapt a Procedure as a Function.
 

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



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