Sam Stone
List<Flow<T>>
Flow<List<T>>
Francesc
combine
val input: List<Flow<T>> = /* .. */ val output: Flow<List<T>> = combine(input) { tees: Array<T> -> tees.toList() }