ostrat.ErrBiAccBuff
See theErrBiAccBuff companion object
class ErrBiAccBuff[+E <: Throwable, +B](val errs: ArrayBuffer[E], val succs: ArrayBuffer[B]) extends ErrBiAccBase[E, B]
immutable class for accumulating ErrBis, biased bifunctors for errors.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
The first error may throw exception if no errors.
The number of accumulated errors.
Foreachs over each error.
Appends an element to this buffer.
Appends an element to this buffer.
Attributes
The number of accumulated successes.
Inherited methods
Have there been no errors.
Prints out each error to the console, on its own line
In this article