Companion

object Companion

Companion object for creating an instance of EventScope.

Functions

Link copied to clipboard
inline fun <T : Event> create(builder: EventScope<T>.() -> Unit): EventScope<T>

Creates an EventScope for the specified event type T using the provided builder block.