<@U6M6DATB5>, thanks. this is what I wanted to ask...
# rx
u
@arekolek, thanks. this is what I wanted to ask you about. Actually, does iterating over a list of data seem redundant? Why not just take last element of the collection?
a
I was doing
Flowable.fromIterable
because I needed to process each item, but if you just want to merge all lists, it probably doesn’t make sense