ErrBiSummary

ostrat.ErrBiSummary
trait ErrBiSummary[+E <: Throwable, +B]

type class to proived summary Strings for ErrBiAccBase objects.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def endStr(eba: ErrBiAccBase[E, B]): String

Provides the nummerical part pf the summary String.

Provides the nummerical part pf the summary String.

Attributes

Concrete methods

def summaryStr(leadStr: String, eba: ErrBiAccBase[E, B]): String

A single line summary String for ErrBiAccBase objects.

A single line summary String for ErrBiAccBase objects.

Attributes