execute

fun execute(action: Action): Context

Execute an action in this context

Return

New context after execution

Parameters

action

Action to execute


fun execute(actions: List<Action>): Context

Execute a list of actions in this context

Return

New context after execution

Parameters

actions

Actions to execute