separateEither

Separate the inner Either values into the Either.Left and Either.Right.

Receiver

Iterable of Validated

Return

a tuple containing List with Either.Left and another List with its Either.Right values.


Separate the inner Either value into the Either.Left and Either.Right.

Receiver

Option of Either

Return

a tuple containing Option of Either.Left and another Option of its Either.Right value.


Separate the inner Either values into the Either.Left and Either.Right.

Receiver

Iterable of Validated

Return

a tuple containing Sequence with Either.Left and another Sequence with its Either.Right values.