eidos_2.11.0.1.1.source-code.package.scala Maven / Gradle / Ivy
The newest version!
package object eidos {
type Id[A] = id.Id[A]
// Labels
type MakeLabel = id.Label.MakeLabel
type CustomLabel = id.Label.CustomLabel
// Formats
type NonBlank = id.Format.NonBlank
type AlphaNum = id.Format.AlphaNum
type Num = id.Format.Num
type UUID = id.Format.UUID
type Regex = id.Format.Regex
val Id = id.Id
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy