cascading.pattern.model.tree.predicate
Class IsNotInSetPredicate

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.SimpleSetPredicate
              extended by cascading.pattern.model.tree.predicate.IsNotInSetPredicate
All Implemented Interfaces:
Serializable

public class IsNotInSetPredicate
extends SimpleSetPredicate

Class IsNotInSetPredicate returns true if the current value is not in the given collection of values.

See Also:
Serialized Form

Constructor Summary
IsNotInSetPredicate(String field, Collection values)
           
 
Method Summary
 Boolean evaluate(Object argument)
           
 
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

IsNotInSetPredicate

public IsNotInSetPredicate(String field,
                           Collection values)
Method Detail

evaluate

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


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