EitherBiAggregate

izumi.functional.IzEitherAggregations$.EitherBiAggregate
final class EitherBiAggregate[L, R, Col <: (IterableOnce)](col: Col[Either[NonEmptyList[L], R]]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def biAggregate(implicit b: Factory[R, Col[R]]): Either[NonEmptyList[L], Col[R]]

sequence with error accumulation

sequence with error accumulation

Attributes

def biAggregateVoid: Either[NonEmptyList[L], Unit]

sequence_ with error accumulation

sequence_ with error accumulation

Attributes