Arrow
1.1.5
common
arrow-core
/
arrow.core.continuations
/
ior
ior
object
ior
(
source
)
Functions
Functions
eager
Link copied to clipboard
inline
fun
<
E
,
A
>
eager
(
semigroup
:
Semigroup
<
E
>
,
crossinline
f
:
suspend
IorEagerEffectScope
<
E
>
.
(
)
->
A
)
:
Ior
<
E
,
A
>
invoke
Link copied to clipboard
inline suspend operator
fun
<
E
,
A
>
invoke
(
semigroup
:
Semigroup
<
E
>
,
crossinline
f
:
suspend
IorEffectScope
<
E
>
.
(
)
->
A
)
:
Ior
<
E
,
A
>