FunctionCall
A call to a declared Function. This is an Expression as its output can be used as an input for another function call.
Parameters
referenced function to call
arguments of the call
optional context this call lies in. This value can be injected to library functions that demand it via the @Injected annotation
FunctionCallNode that generated this call, if there is any. Like context, this value can be injected. It is null if the call is standalone and was not generated by a node.
function to be called when the function is executed, with the output of the call as an argument
Type Parameters
expected output type of the function
Constructors
Functions
Chains two expressions together, which is used in ComposedExpressions.
Re-dispatches this call against a different function, reusing the original arguments, and executes it.