Searched refs:onEmpty (Results 1 – 6 of 6) sorted by relevance
11 val flow = emptyFlow<Int>().onEmpty { emit(1) } in <lambda>()17 val flow = flowOf(1).onEmpty { emit(2) } in <lambda>()25 }.onEmpty { expectUnreached() } in <lambda>()34 }.onEmpty { expectUnreached() } in <lambda>()46 val flow = emptyFlow<Int>().onEmpty { in <lambda>()61 val flow = emptyFlow<Int>().onEmpty { in <lambda>()
20 raise onEmpty31 raise onEmpty
175 public fun <T> Flow<T>.onEmpty( in onEmpty() method
865 …onEmpty(kotlin.coroutines/SuspendFunction1<kotlinx.coroutines.flow/FlowCollector<#A>, kotlin/Unit>…
1084 …public static final fun onEmpty (Lkotlinx/coroutines/flow/Flow;Lkotlin/jvm/functions/Function2;)Lk…
557 * `Flow.onEmpty` operator is introduced (#1890).