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

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

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

Methods in org.apache.commons.functor.adapter that return UnaryPredicateUnaryFunction
static
<A> UnaryPredicateUnaryFunction<A>
UnaryPredicateUnaryFunction.adapt(UnaryPredicate<? super A> predicate)
          Adapt a UnaryPredicate to the UnaryFunction interface.
 

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



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