filterOnlyImportant

inline fun <T> Flow<T>.filterOnlyImportant(): Flow<T>

Filters out all values marked as SpecialFlowValue.NotImportant from a given Flow

Return

A flow that doesn't emit any elements implementing SpecialFlowValue.NotImportant.