Skip to content

Instantly share code, notes, and snippets.

@Laimiux
Created April 23, 2017 10:59
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 Laimiux/90f2f65b0ff443b01d10b4f556b2d105 to your computer and use it in GitHub Desktop.
Save Laimiux/90f2f65b0ff443b01d10b4f556b2d105 to your computer and use it in GitHub Desktop.
class UserManager {
Observable<Lce<User>> getUserEventStream() {
return updateEventStream().startWith(cachedBundle().map(toLce()))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment