Bad

ostrat.Bad
See theBad companion class
object Bad

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Bad.type

Members list

Value members

Concrete methods

def apply[A](errs: StrArr): Bad[A]
def unapplySeq(inp: Any): Option[Seq[String]]

Implicits

Implicits

implicit def BadShowImplicit[A](implicit ev: Show[A]): Show[Bad[A]]