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

io.laminext.validation.package.scala Maven / Gradle / Ivy

There is a newer version: 0.17.0
Show newest version
package io.laminext

package object validation {

  type ValidatedValue[Err, A]  = Either[Err, A]
  type Validation[A, Err, Out] = A => ValidatedValue[Err, Out]

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy