Interface FunctionDefinition

    • Method Detail

      • getName

        String getName()
        Returns the name of the function.
      • execute

        Object execute​(Object... parameters)
        Executes the function passing optional parameters.
        Parameters:
        parameters - are optional and can be positional or a map of key/value pairs.
        Returns:
        The result of the function