cascading.pattern.model.tree.decision
Class PredicateEvaluator.NoArgPredicateInvoker

java.lang.Object
  extended by cascading.pattern.model.tree.decision.PredicateEvaluator.NoArgPredicateInvoker
All Implemented Interfaces:
PredicateEvaluator.Invoker
Enclosing class:
PredicateEvaluator

protected class PredicateEvaluator.NoArgPredicateInvoker
extends Object
implements PredicateEvaluator.Invoker


Constructor Summary
PredicateEvaluator.NoArgPredicateInvoker(SimplePredicate predicate)
           
 
Method Summary
 Boolean invoke(TupleEntry tupleEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredicateEvaluator.NoArgPredicateInvoker

public PredicateEvaluator.NoArgPredicateInvoker(SimplePredicate predicate)
Method Detail

invoke

public Boolean invoke(TupleEntry tupleEntry)
Specified by:
invoke in interface PredicateEvaluator.Invoker


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