EitherBiFlatMapAggregate

izumi.functional.IzEitherAggregations$.EitherBiFlatMapAggregate
final class EitherBiFlatMapAggregate[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 biFlatMapAggregate[L, A](f: T => Either[NonEmptyList[L], IterableOnce[A]])(implicit b: Factory[A, Col[A]]): Either[NonEmptyList[L], Col[A]]

flatTraverse with error accumulation

flatTraverse with error accumulation

Attributes

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

flatTraverse with error accumulation

flatTraverse with error accumulation

Attributes