com.mysema.query.collections.impl
Class EvaluatorPredicate<S>

java.lang.Object
  extended by com.mysema.query.collections.impl.EvaluatorPredicate<S>
All Implemented Interfaces:
org.apache.commons.collections15.Predicate<S>

public final class EvaluatorPredicate<S>
extends Object
implements org.apache.commons.collections15.Predicate<S>


Method Summary
 boolean evaluate(S object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

evaluate

public boolean evaluate(S object)
Specified by:
evaluate in interface org.apache.commons.collections15.Predicate<S>


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.