Arrow
1.1.5
common
arrow-core
/
arrow.core.continuations
/
either
either
object
either
(
source
)
Functions
Functions
eager
Link copied to clipboard
inline
fun
<
E
,
A
>
eager
(
noinline
f
:
suspend
EagerEffectScope
<
E
>
.
(
)
->
A
)
:
Either
<
E
,
A
>
invoke
Link copied to clipboard
suspend operator
fun
<
E
,
A
>
invoke
(
f
:
suspend
EffectScope
<
E
>
.
(
)
->
A
)
:
Either
<
E
,
A
>