public interface VoidCalc extends Calc
Since it doesn't return anything, any useful implementation of this class will do its work by causing side-effects.
Modifier and Type | Method and Description |
---|---|
void |
evaluateVoid(Evaluator evaluator) |
accept, dependsOn, evaluate, getResultStyle, getType, isWrapperFor, unwrap
void evaluateVoid(Evaluator evaluator)
Copyright © 2018 Hitachi Vantara. All rights reserved.