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

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

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

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

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



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