Whats the flow equivalent of LiveDatas switchMap? i.e being able to change “input” flow depending on a secondary flow. I saw that Flow had a switchMap but that is deprecated
w
wasyl
11/03/2020, 5:11 PM
The deprecation annotation suggests using
flatMapLatest
m
Mikael Alfredsson
11/03/2020, 5:19 PM
Thanks, I just found the switchMap online and that place did not have the depreciation suggestion, I should of course look in the IDE.