final class EitherBiFlatMapAggregate[Col[x] <: IterableOnce[x], T] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EitherBiFlatMapAggregate
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EitherBiFlatMapAggregate(col: Col[T])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def biFlatMapAggregate[Src[_], L, A](f: (T) => Either[Src[L], IterableOnce[A]])(implicit b: Factory[A, Col[A]], ev: (Src[L]) => IterableOnce[L]): Either[List[L], Col[A]]
flatTraverse
with error accumulation - def biFlatMapAggregateTo[Src[_], L, A, CC](f: (T) => Either[Src[L], IterableOnce[A]])(b: Factory[A, CC])(implicit ev: (Src[L]) => IterableOnce[L]): Either[List[L], CC]
flatTraverse
with error accumulation - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any