Join Slack
Powered by
What I usually do is create a simple DSL, so the c...
# language-proposals
o
orangy
05/16/2016, 2:02 PM
What I usually do is create a simple DSL, so the call looks like this:
Copy code
source.subscribe { next { println(it) } error { it.printStacktrace() } }
👍 7
3
Views
Open in Slack
Previous
Next