DateOfBirth

org.encalmo.models.DateOfBirth$package.DateOfBirth

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

object given_Conversion_O_T extends Conversion[O, T]

Attributes

Inherited from:
AutoShow
Supertypes
class Conversion[O, T]
trait O => T
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(dateOfBirth: String): DateOfBirth
inline def show(dateOfBirth: DateOfBirth): String

Inherited methods

inline def unapply(value: DateOfBirth): Option[String]

Attributes

Inherited from:
OpaqueType

Concrete fields

val isoDate: Regex
val usDate: Regex

Givens

Inherited givens

Attributes

Inherited from:
AutoShow

Attributes

Inherited from:
OpaqueString
given given_ReadWriter_O: ReadWriter[DateOfBirth]

Attributes

Inherited from:
OpaqueString

Extensions

Inherited extensions

extension (value: DateOfBirth)
inline def existsIn(values: DateOfBirth*): Boolean

Attributes

Inherited from:
OpaqueType