action

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

Appends the given Action to the current Actionable.

Parameters

action

the action to add.