Skip to content

Instantly share code, notes, and snippets.

@DavidRyan
Created July 20, 2015 21:17
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 DavidRyan/791aae7b4d69244684c0 to your computer and use it in GitHub Desktop.
Save DavidRyan/791aae7b4d69244684c0 to your computer and use it in GitHub Desktop.
Pbservable.combineLatest(
validate(text(mFirstControl)),
validate(text(mSecondControl)),
(boolean1, boolean2) -> {
return boolean1 || boolean2
}).subscribe()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment