arrow-core
1.1.6-alpha.24
common
arrow-core
/
arrow.core.raise
/
toIor
to
Ior
suspend
fun
<
E
,
A
>
Effect
<
E
,
A
>
.
toIor
(
)
:
Ior
<
E
,
A
>
Run the
Effect
by returning
Ior.Right
of
A
, or
Ior.Left
of
E
.
fun
<
E
,
A
>
EagerEffect
<
E
,
A
>
.
toIor
(
)
:
Ior
<
E
,
A
>