Tiago Nunes
06/14/2021, 2:12 PMList<Flow<T>>
to a Flow<List<T>>
? Sounds simple enough but it's bugging my brain 😅wasyl
06/14/2021, 2:15 PMcombine
?Joffrey
06/14/2021, 2:15 PMcombine(flows) { mostRecentValuesInEach ->
mostRecentValuesInEach.toList()
}
Tiago Nunes
06/14/2021, 2:16 PMJoffrey
06/14/2021, 2:17 PMTiago Nunes
06/14/2021, 2:17 PM