Skip to content

Instantly share code, notes, and snippets.

@benigumocom
Created April 14, 2017 15:24
Show Gist options
  • Save benigumocom/a292c880cadf4723c700ba2cc8bf48e1 to your computer and use it in GitHub Desktop.
Save benigumocom/a292c880cadf4723c700ba2cc8bf48e1 to your computer and use it in GitHub Desktop.
Being Reactive 2
interface UserManager {
Observable<User> getUser();
Completable setName(String name);
Completable setAge(int age);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment