CountryGroup

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def availableCurrency(currencies: Set[Currency])(country: Country): Option[Currency]
def byCountryCode(c: String): Option[CountryGroup]
def byCountryNameOrCode(str: String): Option[CountryGroup]
def byFastlyCountryCode(c: String): Option[CountryGroup]
def byId(id: String): Option[CountryGroup]
def byName(name: String): Option[CountryGroup]
def byOptimisticCountryNameOrCode(str: String): Option[Country]
def countryByCode(str: String): Option[Country]
def countryByName(str: String): Option[Country]
def countryByNameOrCode(str: String): Option[Country]