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

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

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

Methods in org.apache.commons.functor.adapter that return UnaryProcedureUnaryFunction
static
<A,T> UnaryProcedureUnaryFunction<A,T>
UnaryProcedureUnaryFunction.adapt(UnaryProcedure<? super A> procedure)
          Adapt a UnaryProcedure to the UnaryFunction interface.
 

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



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