ReactiveX / RxAndroid

RxJava bindings for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert Observable<List<ClassName>> to ArrayList

miPlodder opened this issue · comments

It's not an issue, but I'm not able to find a way to convert Observable<List<ClassName>> to ArrayList

The map function. This isn't an RxAndroid question but one about RxJava in general. Please use the RxJava mailing list or StackOverflow with the 'rx-java' tag.

Observable<List>