<@U0B0WETDM>: What do you think about add those t...
# kotlin-fuel
y
@kittinunf: What do you think about add those to `Result`:
Copy code
Result.success { data ->

}
Result.fail { exception ->

}
it's like
fold
but if you care only about success or failure (maybe for testing)