OpaqueString

org.encalmo.models.OpaqueString
trait OpaqueString[O <: String] extends OpaqueType[O, String], AutoShow[O, String]

Attributes

Graph
Supertypes
trait AutoShow[O, String]
trait OpaqueType[O, String]
class Object
trait Matchable
class Any
Known subtypes
object Country
object Currency
object DateOfBirth
object AmountString
trait OpaqueUUIDString[O]
object City
object EmailAddress
object FirstName
object IPAddress
object LastName
object PhoneNumber
Show all

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

Inherited methods

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

Attributes

Inherited from:
OpaqueType

Inherited and Abstract methods

def apply(value: String): O

Attributes

Inherited from:
OpaqueType
def show(value: O): String

Attributes

Inherited from:
OpaqueType

Givens

Givens

given given_Function_O_Value: O => Value
given given_ReadWriter_O: ReadWriter[O]

Inherited givens

Attributes

Inherited from:
AutoShow

Extensions

Inherited extensions

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

Attributes

Inherited from:
OpaqueType