![JAR search and dependency download from the Maven repository](/logo.png)
inputvalidator.Form.scala Maven / Gradle / Ivy
package inputvalidator
case class Form[A](validations: Validations, private val value: A) extends ValidatorLike {
def get: A = value
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package inputvalidator
case class Form[A](validations: Validations, private val value: A) extends ValidatorLike {
def get: A = value
}