condition

context(actionable: Actionable<T>)
fun <T> condition(condition: Condition<T>)

Appends the given Condition to the current Actionable.

Parameters

condition

the condition to add.