Interface FunctionType

    • Method Detail

      • getParameters

        List<FunctionParameter> getParameters()
        Returns the list of parameters expected by this function
        Returns:
        The parameters
      • getReturnType

        Optional<MetadataType> getReturnType()
        The return type of the function. If the function does not return a value it returns empty.
        Returns:
        The return type of the function.