Violations

final case class Violations[A](toNem: Type[History, NonEmptyList[A]])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def get(history: History): List[A]
def map[T](f: A => T): Violations[T]
def merge(errors: Violations[A]): Violations[A]
def modifyValues[T](f: NonEmptyList[A] => NonEmptyList[T]): Violations[T]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product