tianhao
kevinmost
when
try { // ... } catch (e: Exception) { when(e) { is IllegalStateException, IllegalArgumentException -> { // ... } else -> throw e }
gildor
ghedeon
runCatching{}
A modern programming language that makes developers happier.