public interface BooleanCalc extends Calc
boolean
.
When implementing this interface, it is convenient to extend
AbstractBooleanCalc
, but it is not required.
Modifier and Type | Method and Description |
---|---|
boolean |
evaluateBoolean(Evaluator evaluator)
Evaluates this expression to yield a
boolean value. |
accept, dependsOn, evaluate, getResultStyle, getType, isWrapperFor, unwrap
boolean evaluateBoolean(Evaluator evaluator)
boolean
value.
If the result is null, returns the special
FunUtil.BooleanNull
value.evaluator
- Evaluation contextCopyright © 2020 Hitachi Vantara. All rights reserved.