Interface LSPFunctor

    • Method Detail

      • call

        LSPValue call​(LSPModeler modeler,
                      java.util.List<LSPValue> arguments)
        The function to call with its arguments.
        Parameters:
        modeler - Modeler instance.
        arguments - List of modeler values passed to the function by the caller.
        Returns:
        Return value of the call.