cascading.pattern.model.tree.predicate
Class FalsePredicate

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.FalsePredicate
All Implemented Interfaces:
Serializable

public class FalsePredicate
extends SimplePredicate

Class FalsePredicate always evaluates to false.

See Also:
Serialized Form

Constructor Summary
FalsePredicate()
           
 
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

FalsePredicate

public FalsePredicate()
Method Detail

evaluate

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


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