Country

org.encalmo.models.Country$package.Country
object Country extends OpaqueString[Country]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type
Country.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(country: String): Country
inline def show(value: Country): String

Inherited methods

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

Attributes

Inherited from:
OpaqueType

Concrete fields

val MX: Country
val PA: Country
val PH: Country
val US: Country
val error: String

Givens

Inherited givens

Attributes

Inherited from:
AutoShow

Attributes

Inherited from:
OpaqueString
given given_ReadWriter_O: ReadWriter[Country]

Attributes

Inherited from:
OpaqueString

Extensions

Extensions

extension (country: Country)
def alpha2: String
def alpha3: String
def toString(): String

Inherited extensions

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

Attributes

Inherited from:
OpaqueType