arrow-core
1.1.4-alpha.8
common
arrow-core
/
arrow.core
/
sequenceEither
sequence
Either
common
fun
<
A
,
B
,
C
>
Ior
<
A
,
Either
<
B
,
C
>
>
.
sequenceEither
(
)
:
Either
<
B
,
Ior
<
A
,
C
>
>
Content copied to clipboard
fun
<
E
,
A
>
Iterable
<
Either
<
E
,
A
>
>
.
sequenceEither
(
)
:
Either
<
E
,
List
<
A
>
>
Content copied to clipboard
fun
<
E
,
A
>
NonEmptyList
<
Either
<
E
,
A
>
>
.
sequenceEither
(
)
:
Either
<
E
,
NonEmptyList
<
A
>
>
Content copied to clipboard
fun
<
A
,
B
>
Option
<
Either
<
A
,
B
>
>
.
sequenceEither
(
)
:
Either
<
A
,
Option
<
B
>
>
Content copied to clipboard
fun
<
E
,
A
>
Sequence
<
Either
<
E
,
A
>
>
.
sequenceEither
(
)
:
Either
<
E
,
Sequence
<
A
>
>
Content copied to clipboard
fun
<
E
,
A
,
B
>
Validated
<
A
,
Either
<
E
,
B
>
>
.
sequenceEither
(
)
:
Either
<
E
,
Validated
<
A
,
B
>
>
Content copied to clipboard
fun
<
K
,
E
,
A
>
Map
<
K
,
Either
<
E
,
A
>
>
.
sequenceEither
(
)
:
Either
<
E
,
Map
<
K
,
A
>
>
Content copied to clipboard