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

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

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

Methods in org.apache.commons.functor.adapter that return IgnoreRightPredicate
static
<L,R> IgnoreRightPredicate<L,R>
IgnoreRightPredicate.adapt(UnaryPredicate<? super L> predicate)
          Adapt a UnaryPredicate as an IgnoreRightPredicate.
 

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



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