Interface Function

    • Method Detail

      • call

        java.lang.Object call​(Context context,
                              java.util.List args)
        Call the function object.
        Parameters:
        context - The current context the function operates upon
        args - The argument list to the function.
        Returns:
        The result from calling the function.