cascading.pattern.model.tree.predicate
Class LessThanPredicate

java.lang.Object
  extended by cascading.pattern.model.tree.predicate.Predicate
      extended by cascading.pattern.model.tree.predicate.SimplePredicate
          extended by cascading.pattern.model.tree.predicate.ComparablePredicate<Comparable>
              extended by cascading.pattern.model.tree.predicate.LessThanPredicate
All Implemented Interfaces:
Serializable

public class LessThanPredicate
extends ComparablePredicate<Comparable>

See Also:
Serialized Form

Constructor Summary
LessThanPredicate(String field, Comparable value)
           
 
Method Summary
 Boolean evaluate(Object argument)
           
 
Methods inherited from class cascading.pattern.model.tree.predicate.ComparablePredicate
getValue
 
Methods inherited from class cascading.pattern.model.tree.predicate.SimplePredicate
getArgumentField, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LessThanPredicate

public LessThanPredicate(String field,
                         Comparable value)
Method Detail

evaluate

public Boolean evaluate(Object argument)
Specified by:
evaluate in class SimplePredicate


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.