EitherBiMapAggregate

izumi.functional.IzEitherAggregations$.EitherBiMapAggregate
final class EitherBiMapAggregate[Col <: (IterableOnce), T](col: Col[T]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def biMapAggregate[L, A](f: T => Either[NonEmptyList[L], A])(implicit b: Factory[A, Col[A]]): Either[NonEmptyList[L], Col[A]]

traverse with error accumulation

traverse with error accumulation

Attributes

def biMapAggregateTo[L, A, CC](f: T => Either[NonEmptyList[L], A])(b: Factory[A, CC]): Either[NonEmptyList[L], CC]

traverse with error accumulation

traverse with error accumulation

Attributes

def biMapAggregateVoid[L](f: T => Either[NonEmptyList[L], Unit]): Either[NonEmptyList[L], Unit]

traverse_ with error accumulation

traverse_ with error accumulation

Attributes