The function to call
The parameters to pass to the function when calling it
Creates a new function call for a function without any arguments
the function to call
the function call
Creates a new function call to a function accepting a single argument
type of the single parameter
the function to call
the single parameter passed to the function
the function call
Creates a new function call to a function passing the given parameters
type of the first parameter
type of the second parameter
the function to call
the first parameter to pass to the function
the second parameter to pass to the function
the function call
the type of the third parameter
the third parameter to pass to the function
Creates a function call for a function with with many arguments
the function to call
the parameters to pass
the function call
Creates a function call instance from its serialized representation
the serialized function call
the function call
Generated using TypeDoc
Represents a function call