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

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

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

Methods in org.apache.commons.functor.adapter that return BoundPredicate
static
<A> BoundPredicate
BoundPredicate.bind(UnaryPredicate<? super A> predicate, A arg)
          Adapt the given, possibly-null, UnaryPredicate to the Predicate interface by binding the specified Object as a constant argument.
 

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



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