action

val action: (List<Value<*>>, Context) -> OutputValue<*>

Parameters

action

action to perform, which takes a variable sequence of Values and this lambda's own forked context as arguments and returns the output of the lambda.