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

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

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

Methods in org.apache.commons.functor.adapter that return UnaryFunctionUnaryProcedure
static
<A> UnaryFunctionUnaryProcedure<A>
UnaryFunctionUnaryProcedure.adapt(UnaryFunction<? super A,?> function)
          Adapt the given, possibly-null, UnaryFunction to the UnaryProcedure interface.
 

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



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