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

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

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

Methods in org.apache.commons.functor.adapter that return FunctionUnaryFunction
static
<A,T> FunctionUnaryFunction<A,T>
FunctionUnaryFunction.adapt(Function<? extends T> function)
          Adapt a Function to the UnaryFunction interface.
 

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



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