Currency

object Currency
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object AUD extends Currency
case object CAD extends Currency
case object EUR extends Currency
case object GBP extends Currency
case object NZD extends Currency
case object USD extends Currency

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 fromString(iso: String): Option[Currency]

Concrete fields

val otherCurrencies: Map[String, String]