Interface Cond
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
eval()
Evaluates the given conditional.Cond
neg()
negates the value of the conditional, without evaluating it.
-
-
-
Method Detail
-
eval
boolean eval()
Evaluates the given conditional.- Returns:
- the boolean result of the evaluation
-
neg
Cond neg()
negates the value of the conditional, without evaluating it.- Returns:
- a new conditional, with the negated value
-
-