toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-core
/
arrow.core
/
Either
/
Companion
/
catch
catch
@
JvmStatic
@
JvmName
(
name
=
"tryCatch"
)
inline
fun
<
R
>
catch
(
f
:
(
)
->
R
)
:
Either
<
Throwable
,
R
>
(
source
)