https://kotlinlang.org logo
k

kittinunf

06/13/2016, 4:13 PM
You have type safety at your back, let’s say you have
fun foo(r: Result<String, CustomError>)
, you cannot just throw type that fails in.