HandleableTriggersHolder

Constructors

Link copied to clipboard
constructor(preset: List<T> = emptyList())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun <T, R> HandleableTriggersHolder<T>.doWithRegistration(data: T, block: suspend () -> R): R
Link copied to clipboard
suspend fun registerHandleable(data: T)
Link copied to clipboard
suspend fun unregisterHandleable(data: T)