https://kotlinlang.org logo
#rx
Title
u

ubu

01/29/2019, 10:59 AM
@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

arekolek

01/29/2019, 11:17 AM
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