Created
April 14, 2017 15:22
-
-
Save benigumocom/0007172575f88be433a64f8a3d1266ab to your computer and use it in GitHub Desktop.
Being Reactive 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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