Skip to content

Instantly share code, notes, and snippets.

@with-heart
Created June 27, 2017 18:23
Show Gist options
  • Save with-heart/3a004d58ed654e979754d46ea3945b5e to your computer and use it in GitHub Desktop.
Save with-heart/3a004d58ed654e979754d46ea3945b5e to your computer and use it in GitHub Desktop.
val elements = mutableListOf<Int>()
Flux.just(1, 2, 3, 4)
.log()
.subscribe({ elements.add(it) })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment