action

context(actionable: Actionable<T>)
fun <T> action(action: Action<T>)

Appends the given Action to the current Actionable.

Parameters

action

the action to add.