arrow-core
1.1.6-alpha.15
common
arrow-core
/
arrow.core.raise
/
Raise
/
catch
catch
open
suspend
fun
<
A
>
Effect
<
R
,
A
>
.
catch
(
catch
:
suspend
Raise
<
R
>
.
(
Throwable
)
->
A
)
:
A
open
fun
<
A
>
EagerEffect
<
R
,
A
>
.
catch
(
catch
:
Raise
<
R
>
.
(
Throwable
)
->
A
)
:
A
open
infix suspend
fun
<
E
,
A
>
Effect
<
E
,
A
>
.
catch
(
recover
:
suspend
Raise
<
R
>
.
(
E
)
->
A
)
:
A
Deprecated
Use recover or effect & recover instead
Replace with
this.recover { recover() }
Content copied to clipboard