darkmoon_uk
04/07/2022, 2:38 PMObservable.combineLatest(...)
with n Flows to combine? There has to be a better way than this 👉 🧵darkmoon_uk
04/07/2022, 2:38 PMbezrukov
04/07/2022, 2:42 PMcombine(
flow1,
flow2,
.....
flowN,
) { values -> }
insteadwasyl
04/07/2022, 2:42 PMcombine
darkmoon_uk
04/07/2022, 2:55 PMdarkmoon_uk
04/07/2022, 2:56 PM