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

Packages that use Evaluable
net.sf.staccatocommons.defs This package contains function-like interfaces of different arities - number or arguments -, and interfaces that describe container-like objects 
net.sf.staccatocommons.defs.predicate   
 

Uses of Evaluable in net.sf.staccatocommons.defs
 

Methods in net.sf.staccatocommons.defs with parameters of type Evaluable
 Type ProtoMonad.filter(Evaluable<? super A> predicate)
          Preserves elements that satisfy the given predicate
 

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

Subinterfaces of Evaluable in net.sf.staccatocommons.defs.predicate
 interface Predicate<A>
          A rich Evaluable
 

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



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