EitherBiFlatAggregate

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

flatSequence with error accumulation

flatSequence with error accumulation

Attributes