Errors

object Errors
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final class WrapApply[A](val dummy: Boolean) extends AnyVal

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply[A, B](head: (A, NonEmptyList[B]), tail: (A, NonEmptyList[B])*): Errors[A, B]
def fromMap[A, B](values: Map[A, NonEmptyList[B]]): Option[Errors[A, B]]
def of[A, B](field: A)(messages: NonEmptyList[B]): Errors[A, B]
def one[A, B](field: A, message: B): Errors[A, B]
def unsafeFromMap[A, B](values: Map[A, NonEmptyList[B]]): Errors[A, B]
def wrap[A]: WrapApply[A]

Implicits

Implicits

implicit def semigroup[A, B]: CommutativeSemigroup[Errors[A, B]]