arrow-core
1.0.3-alpha.36
common
arrow-core
/
arrow.core
/
Either
/
Companion
/
catch
catch
common
inline
fun
<
R
>
catch
(
f
:
(
)
->
R
)
:
Either
<
Throwable
,
R
>
Content copied to clipboard
inline
fun
<
L
,
R
>
catch
(
fe
:
(
Throwable
)
->
L
,
f
:
(
)
->
R
)
:
Either
<
L
,
R
>
Content copied to clipboard