Skip to content

Instantly share code, notes, and snippets.

@bangarharshit
Last active October 23, 2017 12:37
Show Gist options
  • Save bangarharshit/939a894f79fb04758af9d18fcafa3c9a to your computer and use it in GitHub Desktop.
Save bangarharshit/939a894f79fb04758af9d18fcafa3c9a to your computer and use it in GitHub Desktop.
Observable.just(1)
.to(AutoDispose.with(RxLifecycleInterop.from(lifecycleProvider)).forObservable())
.subscribe(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment