Skip to content

Instantly share code, notes, and snippets.

@marcin-adamczewski
Created February 13, 2016 19:19
Show Gist options
  • Save marcin-adamczewski/2012fa8df52b7ad89f95 to your computer and use it in GitHub Desktop.
Save marcin-adamczewski/2012fa8df52b7ad89f95 to your computer and use it in GitHub Desktop.
BehaviorSubject<String> emailSubject = BehaviorSubject.create();
BehaviorSubject<String> passwordSubject = BehaviorSubject.create();
PublishSubject<Void> loginClickSubject = PublishSubject.create();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment