Join Slack
Powered by
I like the mini-dsl approach that orangy mentioned...
# announcements
u
uhe
06/13/2016, 4:55 PM
I like the mini-dsl approach that orangy mentioned here some time ago:
Copy code
foo { onSuccess { println(it) } onFailure { it.printStackTrace() } }
Open in Slack
Previous
Next