sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.coroutines.flow
/
Flow
/
filterNotNull
filter
Not
Null
abstract
fun
filterNotNull
(
)
:
Flow
<
T
>
返回一个过滤掉所有
null
值的 Flow。
Return
一个不包含
null
元素的新 Flow。