spierce7
12/02/2020, 4:13 AMList<Flow<String>>
and I want to merge them all into a single Flow<String>
, what’s the best way to do that?chris-horner
12/02/2020, 4:40 AMflows.merge()
Zach Klippenstein (he/him) [MOD]
12/02/2020, 4:52 AMflattenConcat
or flattenMerge
.spierce7
12/02/2020, 4:55 AMinterleaved
?Zach Klippenstein (he/him) [MOD]
12/02/2020, 5:22 PM