how can i flatten each emitted list so i can make ...
# rx
m
how can i flatten each emitted list so i can make a request over each `Item`and then convert it again to a
List<Pair<Item, SomeInfo>>
without making the hot observable complete?