Uses of Class
net.sf.staccatocommons.lang.predicate.AbstractPredicate2

Packages that use AbstractPredicate2
net.sf.staccatocommons.lang.predicate This package contains the AbstractPredicate abstract class and the Predicates factory class methods hub, which provide rich-interfaced Evaluable
net.sf.staccatocommons.lang.predicate.internal   
net.sf.staccatocommons.lang.tuple This package provides implementations of tuples - heterogeneous, fixed size sequences of elements called components - with arities - number of components - of 2, 3 and 4. 
net.sf.staccatocommons.lang.value This package contains classes for that help on implementing Object.equals(Object), Object.hashCode() and Object.toString() 
 

Uses of AbstractPredicate2 in net.sf.staccatocommons.lang.predicate
 

Subclasses of AbstractPredicate2 in net.sf.staccatocommons.lang.predicate
protected  class AbstractPredicate2.NullSafePredicate2
           
static class AbstractPredicate2.Soft<A,B>
          AbstractPredicate2 that handles exceptions by softening them using SoftException.soften(Throwable)
 

Uses of AbstractPredicate2 in net.sf.staccatocommons.lang.predicate.internal
 

Subclasses of AbstractPredicate2 in net.sf.staccatocommons.lang.predicate.internal
 class Compare2<A extends Comparable<A>>
           
 class Equals2<A>
           
 class Same2<A>
           
 class TopLevelPredicate2<A>
           
 

Uses of AbstractPredicate2 in net.sf.staccatocommons.lang.tuple
 

Subclasses of AbstractPredicate2 in net.sf.staccatocommons.lang.tuple
protected static class AbstractTuple.TupleState<A>
           
 

Uses of AbstractPredicate2 in net.sf.staccatocommons.lang.value
 

Subclasses of AbstractPredicate2 in net.sf.staccatocommons.lang.value
 class RelevantState<A>
          An abstract class that is capable of identifying the relevant attributes of an object and implementing with them value comparisons, hashing and string representation in a consisten way.
 



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.