OutsideBounds

io.github.srs.model.validation.DomainError.OutsideBounds
final case class OutsideBounds[A](field: String, value: A, width: (Double, Double), height: (Double, Double), stringify: A => String)

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product