DataSource Extensions
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DataSource Extensions
sl4jx-kotlin
/
com.caplin.integration.streamlinkx
/
filterIsUpdate
filter
Is
Update
fun
<
T
>
Flow
<
Event
<
T
>
>
.
filterIsUpdate
(
)
:
Flow
<
T
>
(
source
)
Keeps only
UpdateEvent
s from the stream, unwrapping each to its payload.