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

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

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

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

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



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