📄️ Function.From
Creates a function with a specific parameter signature on top of a function that takes a single list argument
📄️ Function.Invoke
Invokes the given function
📄️ Function.InvokeAfter
Invokes the given function after the specified duration has passed.
📄️ Function.InvokeWithErrorContext
This function is intended for internal use only.
📄️ Function.IsDataSource
Returns whether or not a particular function is considered a data source.
📄️ Function.ScalarVector
Creates a scalar function on top of a vector function, batching multiple invocations.