https://kotlinlang.org logo
b

brianwernick

12/21/2016, 8:44 PM
Is there any planned functionality to support optional try's? e.g. in Swift you can do
val result = try? someOpThatCanError()
and have null returned instead of an error thrown.