public class PredicateEvaluator
extends java.lang.Object
Constructor and Description |
---|
PredicateEvaluator() |
Modifier and Type | Method and Description |
---|---|
static boolean |
evaluate(Predicate pred)
Convenience method to evaluate predicates.
|
public static boolean evaluate(Predicate pred)
pred
- the predicate to be evaluated.true
if the predicate holds,
false
if it does not.