HasErrors

fields.typeclass.HasErrors
See theHasErrors companion trait
object HasErrors

Attributes

Companion
trait
Source
HasErrors.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HasErrors.type

Members list

Type members

Classlikes

object EitherHasErrors extends HasErrors[Either]

Attributes

Source
HasErrors.scala
Supertypes
trait HasErrors[Either]
class Object
trait Matchable
class Any
Self type
object ListHasErrors extends HasErrors[List]

Attributes

Source
HasErrors.scala
Supertypes
trait HasErrors[List]
class Object
trait Matchable
class Any
Self type
object OptionHasErrors extends HasErrors[Option]

Attributes

Source
HasErrors.scala
Supertypes
trait HasErrors[Option]
class Object
trait Matchable
class Any
Self type