public interface ListCalc extends IterCalc
| Modifier and Type | Method and Description | 
|---|---|
TupleList | 
evaluateList(Evaluator evaluator)
Evaluates an expression to yield a list of tuples. 
 | 
evaluateIterableaccept, dependsOn, evaluate, getResultStyle, getType, isWrapperFor, unwrapTupleList evaluateList(Evaluator evaluator)
The list is immutable if Calc.getResultStyle() yields
 ResultStyle.MUTABLE_LIST. Otherwise,
 the caller must not modify the list.
evaluator - Evaluation contextCopyright © 2019 Hitachi Vantara. All rights reserved.