Class FunctionSupport.FuncVar

    • Method Detail

      • eval

        public final Value eval​(EvalContext ctx,
                                Value... params)
        Description copied from interface: Function
        Evaluates this function within the given context with the given parameters.
        Returns:
        the result of the function evaluation