Uses of Interface
com.udojava.evalex.Function
-
-
Uses of Function in com.udojava.evalex
Classes in com.udojava.evalex that implement Function 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.Methods in com.udojava.evalex that return Function Modifier and Type Method Description FunctionExpression. addFunction(Function function)Adds a function to the list of supported functionsMethods in com.udojava.evalex with parameters of type Function Modifier and Type Method Description FunctionExpression. addFunction(Function function)Adds a function to the list of supported functions
-