All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.cheleb.scalamigen.ValidationEvent.scala Maven / Gradle / Ivy

There is a newer version: 0.14.0
Show newest version
package dev.cheleb.scalamigen

trait ValidationEvent

case object ValidEvent extends ValidationEvent

final case class InvalideEvent(errorMessage: String) extends ValidationEvent

case object HiddenEvent extends ValidationEvent

case object ShownEvent extends ValidationEvent

enum ValidationStatus:
  case Unknown
  case Valid
  case Invalid(message: String, visible: Boolean)
  case Hidden(first: Boolean)
  case Shown




© 2015 - 2024 Weber Informatics LLC | Privacy Policy