net.sf.staccatocommons.lang.predicate.internal
Class TopLevelPredicate<T>

java.lang.Object
  extended by net.sf.staccatocommons.lang.predicate.AbstractPredicate<T>
      extended by net.sf.staccatocommons.lang.predicate.internal.TopLevelPredicate<T>
All Implemented Interfaces:
Serializable, net.sf.staccatocommons.defs.Applicable<T,Boolean>, net.sf.staccatocommons.defs.Evaluable<T>, net.sf.staccatocommons.defs.predicate.Predicate<T>
Direct Known Subclasses:
All, Any, ContainsSubstringPredicate, Equals, EqualsIgnoreCase, EvaluablePredicate, False, GreaterThan, InPredicate, LessThan, Matches, Same, True

public abstract class TopLevelPredicate<T>
extends AbstractPredicate<T>
implements Serializable

Author:
flbulgarelli
See Also:
Serialized Form

Constructor Summary
TopLevelPredicate()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class net.sf.staccatocommons.lang.predicate.AbstractPredicate
and, andNotNull, apply, eval, not, of, or, orNull, withEffectOnFalse, withEffectOnTrue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopLevelPredicate

public TopLevelPredicate()
Method Detail

toString

public final String toString()
Overrides:
toString in class AbstractPredicate<T>


Copyright © 2010-2011 Staccato-Commons. All Rights Reserved.