kotlinx.coroutines
1.6.0-SNAPSHOT
common
kotlinx-coroutines-core
/
kotlinx.coroutines.flow
/
filterNotNull
filter
Not
Null
common
fun
<
T
:
Any
>
Flow
<
T
?
>
.
filterNotNull
(
)
:
Flow
<
T
>
Content copied to clipboard
Returns a flow containing only values of the original flow that are not null.
Sources
common source
Link copied to clipboard