Uses of Class
com.udojava.evalex.AbstractLazyFunction
-
-
Uses of AbstractLazyFunction in com.udojava.evalex
Subclasses of AbstractLazyFunction in com.udojava.evalex Modifier and Type Class Description classAbstractFunctionAbstract implementation of a direct function.
This abstract implementation does implement lazyEval so that it returns the result of eval.classExpression.FunctionAbstract definition of a supported expression function.classExpression.LazyFunctionLazyFunction class
-