arrow-core
1.1.3-alpha.29
common
arrow-core
/
arrow.core
/
sequenceValidated
sequence
Validated
common
fun
<
A
,
B
,
C
>
Either
<
A
,
Validated
<
B
,
C
>
>
.
sequenceValidated
(
)
:
Validated
<
B
,
Either
<
A
,
C
>
>
Content copied to clipboard
fun
<
A
,
B
,
C
>
Ior
<
A
,
Validated
<
B
,
C
>
>
.
sequenceValidated
(
)
:
Validated
<
B
,
Ior
<
A
,
C
>
>
Content copied to clipboard
fun
<
E
,
A
>
Iterable
<
Validated
<
E
,
A
>
>
.
sequenceValidated
(
semigroup
:
Semigroup
<
E
>
)
:
Validated
<
E
,
List
<
A
>
>
Content copied to clipboard
fun
<
E
,
A
>
Iterable
<
ValidatedNel
<
E
,
A
>
>
.
sequenceValidated
(
)
:
ValidatedNel
<
E
,
List
<
A
>
>
Content copied to clipboard
fun
<
E
,
A
>
NonEmptyList
<
Validated
<
E
,
A
>
>
.
sequenceValidated
(
semigroup
:
Semigroup
<
E
>
)
:
Validated
<
E
,
NonEmptyList
<
A
>
>
Content copied to clipboard
fun
<
A
,
B
>
Option
<
Validated
<
A
,
B
>
>
.
sequenceValidated
(
)
:
Validated
<
A
,
Option
<
B
>
>
Content copied to clipboard
fun
<
E
,
A
>
Sequence
<
Validated
<
E
,
A
>
>
.
sequenceValidated
(
semigroup
:
Semigroup
<
E
>
)
:
Validated
<
E
,
Sequence
<
A
>
>
Content copied to clipboard
fun
<
K
,
E
,
A
>
Map
<
K
,
Validated
<
E
,
A
>
>
.
sequenceValidated
(
semigroup
:
Semigroup
<
E
>
)
:
Validated
<
E
,
Map
<
K
,
A
>
>
Content copied to clipboard