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

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

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

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

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



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