Guest User

Untitled

a guest
Nov 22nd, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. so for instance if a(x) is true do b, and if b(x) is true do c
  2.  
  3. get users.get()
  4. .filter(user -> a(user))
  5. .subscribe(process::b);
Add Comment
Please, Sign In to add comment