Skip to content

Instantly share code, notes, and snippets.

@datayja
Created December 30, 2018 16:34
Show Gist options
  • Save datayja/5ebd07aa2f855628640a9087a1e8cd07 to your computer and use it in GitHub Desktop.
Save datayja/5ebd07aa2f855628640a9087a1e8cd07 to your computer and use it in GitHub Desktop.
val endless = subject
.materialize()
.filter { it.isOnNext }
.dematerialize { it }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment