com.mysema.query.collections
Class SingleArgEvaluatorPredicate<S>

java.lang.Object
  extended by com.mysema.query.collections.SingleArgEvaluatorPredicate<S>
Type Parameters:
S -
All Implemented Interfaces:
org.apache.commons.collections15.Predicate<S>

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

Author:
tiwe

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.