Guest User

Untitled

a guest
Dec 13th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. Flowable.just(1, 2, 3)
  2. .map(String::valueOf)
  3. .toList()
  4. .subscribe(strings::addAll);
Add Comment
Please, Sign In to add comment