bouzuya.hatenablog.com

ぼうずやのにっき

runCatching と Result

疲れている。


runCatchingResult を知る。

runCatching {
  // do something
}.onSuccess { value ->
  // ...
}.onFailure { exception ->
  // ...
}

try catch っぽい何か。