Actionable Context
object ActionableContext
DSL entry-point for configuring an Actionable by attaching Actions and Conditions.
This object is intended to be used with Kotlin context receivers, so that the target Actionable instance is implicitly available in the current scope.
Both action and condition mutate the current Actionable by appending the provided element to its internal collections. Ordering is preserved and duplicates are allowed.
Functions
Link copied to clipboard
Appends the given Action to the current Actionable.
Link copied to clipboard
Appends the given Condition to the current Actionable.