arrow-core
1.1.4-alpha.18
common
arrow-core
/
arrow.core
/
RecoverEffect
/
bind
bind
open
suspend
fun
<
B
>
Effect
<
R
,
B
>
.
bind
(
)
:
B
open
fun
<
B
>
EagerEffect
<
R
,
B
>
.
bind
(
)
:
B
open
fun
<
B
>
Either
<
R
,
B
>
.
bind
(
)
:
B
open
fun
<
B
>
Validated
<
R
,
B
>
.
bind
(
)
:
B
open
fun
<
B
>
Result
<
B
>
.
bind
(
transform
:
(
Throwable
)
->
R
)
:
B
open
fun
<
B
>
Option
<
B
>
.
bind
(
shift
:
(
)
->
R
)
:
B