arrow-core-data / arrow.core / Option / catch
@JvmStatic @JvmName("tryCatch") inline fun <A> catch(recover: (Throwable) -> Unit, f: () -> A): Option<A>
@JvmStatic @JvmName("tryCatch") inline fun <A> catch(recover: (
Throwable
) ->
Unit
, f: () -> A):
Option
<A>
Do you like Arrow?