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, unwrapvoid evaluateVoid(Evaluator evaluator)
Copyright © 2017 Hitachi Vantara. All rights reserved.