Join Slack
Powered by
``` when (result) { Result.success -> { /...
# kotlin-fuel
k
kittinunf
06/08/2016, 3:20 AM
Copy code
when (result) { Result.success -> { //do something with result.value } }
Open in Slack
Previous
Next