Package net.sf.staccatocommons.lang.predicate

This package contains the AbstractPredicate abstract class and the Predicates factory class methods hub, which provide rich-interfaced Evaluables

See:
          Description

Class Summary
AbstractPredicate<A> A AbstractPredicate is an abstract Evaluable.
AbstractPredicate.Soft<A> AbstractPredicate that handles exceptions by softening them using SoftException.soften(Throwable)
AbstractPredicate2<A,B>  
AbstractPredicate2.Soft<A,B> AbstractPredicate2 that handles exceptions by softening them using SoftException.soften(Throwable)
Equiv Factory class methods for creating common, simple Predicate2 that implement the notion of and equivalence test, that is, a reflexive, symmetric and transitive relation between its arguments.
Predicates Factory methods for common predicates
 

Package net.sf.staccatocommons.lang.predicate Description

This package contains the AbstractPredicate abstract class and the Predicates factory class methods hub, which provide rich-interfaced Evaluables



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.