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

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

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

Methods in org.apache.commons.functor.adapter that return LeftBoundPredicate
static
<L,R> LeftBoundPredicate<R>
LeftBoundPredicate.bind(BinaryPredicate<? super L,? super R> predicate, L arg)
          Adapt a BinaryPredicate to the UnaryPredicate interface.
 

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



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