Interface Function

    • Method Detail

      • call

        Object call​(Properties bindings,
                    Object[] args)
        Computes the value of the function on the given arguments
        Parameters:
        bindings - the evaluation context
        args - the values of the arguments
        Returns:
        the return value of the function
      • getDescription

        String getDescription()
      • getParams

        default String getParams()
      • getReturns

        String getReturns()