T
- the type of object which may be evaluatedpublic interface EvaluableCriteria<T> extends Criteria
Boolean evaluate(T target)
Boolean.TRUE
if the target satisfies the criteriaBoolean.FALSE
if the target does not satisfy criterianull
if the target can not be evaluated against the criteriatarget
- the object to be evaluatedCopyright © 2018 JBoss by Red Hat. All rights reserved.