collectImportant

inline suspend fun <T> Flow<T>.collectImportant(collector: FlowCollector<T>)

Collects all elements not implementing SpecialFlowValue.NotImportant from a Flow.

Parameters

collector

The FlowCollector to collect the values.