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, unwrapboolean evaluateBoolean(Evaluator evaluator)
boolean value.
If the result is null, returns the special
FunUtil.BooleanNull value.evaluator - Evaluation contextCopyright © 2021 Hitachi Vantara. All rights reserved.