Miguel Vargas
09/13/2023, 2:09 AMcombine()
when you have a long list of Flows? I worry about the Flows and the param names becoming unsynced as the code is changed over time.
combine(
stringFlow1,
stringFlow2,
intFlow1,
intFlow2,
) { string2, string1, int2, int1 ->
}
alex.krupa
09/13/2023, 6:24 AMcombine(colors, sizes) { color: Color, size: Size -> ... }
leandro
09/13/2023, 11:20 AMdaniil
09/13/2023, 12:22 PMNino
09/14/2023, 10:31 AM