[ Version ( since = "1.0.0" ) ]
public Datum? execute (List<Datum> args, FunctionOptions? options, ExecuteContext? context) throws Error
| 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. |
|
A return value of the execution as Datum on success, null on error. |