Skip to content

Instantly share code, notes, and snippets.

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