arrow-core
1.1.4-alpha.3
common
arrow-core
/
arrow.core
/
uniteEither
unite
Either
common
fun
<
A
,
B
>
Iterable
<
Either
<
A
,
B
>
>
.
uniteEither
(
)
:
List
<
B
>
Content copied to clipboard
fun
<
A
,
B
>
Option
<
Either
<
A
,
B
>
>
.
uniteEither
(
)
:
Option
<
B
>
Content copied to clipboard
fun
<
A
,
B
>
Sequence
<
Either
<
A
,
B
>
>
.
uniteEither
(
)
:
Sequence
<
B
>
Content copied to clipboard