feature
fun <F : Any> EventDispatcher.feature(feature: EventDispatcherFeature<*, F>): F
Content copied to clipboard
Gets the currently installed Feature instance, if present. Throws an IllegalStateException if the requested feature is not installed.
Gets the currently installed Feature instance, if present. Throws an IllegalStateException if the requested feature is not installed.