Countries

esc.utils.Countries
object Countries

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Countries.type

Members list

Type members

Classlikes

implicit class CountryList(nameElement: String)

Implicit function to check whether a string is a country (true) or not (false).

Implicit function to check whether a string is a country (true) or not (false).

Value parameters

nameElement

String to check for a country.

Attributes

Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def CountryList(nameElement: String): CountryList

Implicit function to check whether a string is a country (true) or not (false).

Implicit function to check whether a string is a country (true) or not (false).

Value parameters

nameElement

String to check for a country.

Attributes