execute


Description:

[ Version ( since = "1.0.0" ) ]
public Datum? execute (List<Datum> args, FunctionOptions? options, ExecuteContext? context) throws Error

Parameters:

this

A Function.

args

A list of Datum.

options

Options for the execution as an object that implements FunctionOptions.

context

A ExecuteContext for the execution.

Returns:

A return value of the execution as Datum on success, null on error.