lazyEval abstract method
Lazily evaluate this function.
lazyParams
- The accepted parameters.
Returns the lazy result of this function.
Implementation
LazyNumber lazyEval(List<LazyNumber> lazyParams);
Lazily evaluate this function.
lazyParams
- The accepted parameters.
Returns the lazy result of this function.
LazyNumber lazyEval(List<LazyNumber> lazyParams);