filterIsInstance
expect fun <E : Event> filterIsInstance(kClass: KClass<out E>): EventChannel<E>
Content copied to clipboard
过滤事件的类型. 返回一个只包含 E 类型事件的 EventChannel
See also
actual fun <E : Event> filterIsInstance(kClass: KClass<out E>): EventChannel<E>
Content copied to clipboard
过滤事件的类型. 返回一个只包含 E 类型事件的 EventChannel
See also
actual fun <E : Event> filterIsInstance(kClass: KClass<out E>): EventChannel<E>
Content copied to clipboard
过滤事件的类型. 返回一个只包含 E 类型事件的 EventChannel