Uses of Interface
net.sf.staccatocommons.defs.Evaluable2

Packages that use Evaluable2
net.sf.staccatocommons.defs.predicate   
 

Uses of Evaluable2 in net.sf.staccatocommons.defs.predicate
 

Subinterfaces of Evaluable2 in net.sf.staccatocommons.defs.predicate
 interface Predicate2<A,B>
          A rich Evaluable2
 

Methods in net.sf.staccatocommons.defs.predicate with parameters of type Evaluable2
 Predicate2<A,B> Predicate2.and(Evaluable2<? super A,? super B> other)
          Returns a predicate that performs a short-circuit logical-and between this Predicate2's eval(Object,Object) and other
 Predicate2<A,B> Predicate2.or(Evaluable2<? super A,? super B> other)
          Returns a predicate that, performs a short-circuit logical-or between this Predicate2's eval(Object,Object) and other
 



Get Staccatocommons at SourceForge.net. Fast, secure and Free Open Source software downloads