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

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

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

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

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



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