Packages

package common

Type Members

  1. case class EmptyField(field: String) extends InvalidField with Product with Serializable
  2. case class EqualValue[T](field: String, expected: T, value: T) extends InvalidField with Product with Serializable
  3. case class ExpectedEmpty(field: String) extends InvalidField with Product with Serializable
  4. case class ExpectedLength[E, R](field: String, expected: E, value: R) extends InvalidField with Product with Serializable
  5. case class MaximalLength[E, R](field: String, expected: E, value: R) extends InvalidField with Product with Serializable
  6. case class MinimalLength[E, R](field: String, expected: E, value: R) extends InvalidField with Product with Serializable

Ungrouped