filterNotNull

fun <T> Flow<T>.filterNotNull(): Flow<T & Any>(source)