ostrat.ErrBiAcc
See theErrBiAcc companion object
class ErrBiAcc[+E <: Throwable, +B](val errsArray: Array[E], val succsArray: Array[B]) extends ErrBiAccBase[E, B]
immutable class for accumulated ErrBi, biased bifunctor 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.
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