filterIsInstance

inline fun <R> Flow<*>.filterIsInstance(crossinline predicate: suspend (R) -> Boolean): Flow<R>

Filters flow elements that don't match a given instance along with a provided predicate