Searched defs:consumeAsFlow (Results 1 – 2 of 2) sorted by relevance
13 public fun <T> Stream<T>.consumeAsFlow(): Flow<T> = StreamFlow(this) in consumeAsFlow() method
82 public fun <T> ReceiveChannel<T>.consumeAsFlow(): Flow<T> = ChannelAsFlow(this, consume = true) in receiveAsFlow() method