filterNotNull

abstract fun filterNotNull(): Flow<T>

返回一个过滤掉所有 null 值的 Flow。

Return

一个不包含 null 元素的新 Flow。