
inputvalidator.Form.scala Maven / Gradle / Ivy
The newest version!
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