then what's the problem with using map here, which...
# rx
t
then what's the problem with using map here, which is much less boilerplate, instead of flatMaping a single value? the only reason I see to ever use flatMap in such a scenario is if you want another flatMap operation to start while the previous one hasn't finished yet