public interface Condition
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate()
Evaluates the condition without supplying any variables.
|
boolean |
evaluate(Context context)
Evaluates the condition in the supplied context.
|
boolean evaluate()
boolean evaluate(Context context)
Evaluates the condition in the supplied context.
context
- the context