Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Created October 9, 2018 23:08
Show Gist options
  • Save zsoltk/59619c18d1ce2664fea589ebd650ca58 to your computer and use it in GitHub Desktop.
Save zsoltk/59619c18d1ce2664fea589ebd650ca58 to your computer and use it in GitHub Desktop.
fun Observable<T>.toBinderLifecycle() = Lifecycle.wrap(this
.first()
.map { END }
.startWith(BEGIN)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment