Country

world.locale.country.Country
See theCountry companion object
sealed trait Country extends Product, Serializable, Matchable

A sealed trait representing a country or area with its primary identifiers.

Attributes

Companion
object
Source
Countries.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object AD
object AE
object AF
object AG
object AI
object AL
object AM
object AO
object AQ
object AR
object AS
object AT
object AU
object AW
object AX
object AZ
object BA
object BB
object BD
object BE
object BF
object BG
object BH
object BI
object BJ
object BL
object BM
object BN
object BO
object BQ
object BR
object BS
object BT
object BV
object BW
object BY
object BZ
object CA
object CC
object CD
object CF
object CG
object CH
object CI
object CK
object CL
object CM
object CN
object CO
object CR
object CU
object CV
object CW
object CX
object CY
object CZ
object DE
object DJ
object DK
object DM
object DO
object DZ
object EC
object EE
object EG
object EH
object ER
object ES
object ET
object FI
object FJ
object FK
object FM
object FO
object FR
object GA
object GB
object GD
object GE
object GF
object GG
object GH
object GI
object GL
object GM
object GN
object GP
object GQ
object GR
object GS
object GT
object GU
object GW
object GY
object HK
object HM
object HN
object HR
object HT
object HU
object ID
object IE
object IL
object IM
object IN
object IO
object IQ
object IR
object IS
object IT
object JE
object JM
object JO
object JP
object KE
object KG
object KH
object KI
object KM
object KN
object KP
object KR
object KW
object KY
object KZ
object LA
object LB
object LC
object LI
object LK
object LR
object LS
object LT
object LU
object LV
object LY
object MA
object MC
object MD
object ME
object MF
object MG
object MH
object MK
object ML
object MM
object MN
object MO
object MP
object MQ
object MR
object MS
object MT
object MU
object MV
object MW
object MX
object MY
object MZ
object NA
object NC
object NE
object NF
object NG
object NI
object NL
object NO
object NP
object NR
object NU
object NZ
object OM
object PA
object PE
object PF
object PG
object PH
object PK
object PL
object PM
object PN
object PR
object PS
object PT
object PW
object PY
object QA
object RE
object RO
object RS
object RU
object RW
object SA
object SB
object SC
object SD
object SE
object SG
object SH
object SI
object SJ
object SK
object SL
object SM
object SN
object SO
object SR
object SS
object ST
object SV
object SX
object SY
object SZ
object TC
object TD
object TF
object TG
object TH
object TJ
object TK
object TL
object TM
object TN
object TO
object TR
object TT
object TV
object TW
object TZ
object UA
object UG
object UM
object US
object UY
object UZ
object VA
object VC
object VE
object VG
object VI
object VN
object VU
object WF
object WS
object XK
object YE
object YT
object ZA
object ZM
object ZW
Show all

Members list

Value members

Abstract methods

Attributes

Source
Countries.scala

Attributes

Source
Countries.scala
def m49: M49Code

Attributes

Source
Countries.scala
def name: String

Attributes

Source
Countries.scala

Inherited methods

def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product