Skip to content

Instantly share code, notes, and snippets.

@alin-turcu
Created October 31, 2017 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alin-turcu/9a64c029b7de80deb61dce0f74896ebc to your computer and use it in GitHub Desktop.
Save alin-turcu/9a64c029b7de80deb61dce0f74896ebc to your computer and use it in GitHub Desktop.
subscription.add(
RxView.clicks(loginButton)
.map(click -> new LoginCommand(username.getText(), password.getText(), loginApiClient))
.flatMap(Command::actions)
.subscribe(store::dispatch));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment