final class EitherAccumulate[A, ColR[x] <: IterableOnce[x]] extends AnyVal
- Attributes
- protected
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EitherAccumulate
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EitherAccumulate(col: ColR[A])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def accumulateErrors[ColL[_], L, R, L1, R1](map: (A) => Either[L, R], onLeft: (L) => IterableOnce[L1], onRight: (R) => Unit, end: () => R1)(implicit buildL: Factory[L1, ColL[L1]]): Either[ColL[L1], R1]
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any