object Currency extends Enumeration
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Currency
- Enumeration
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Currency = Value
- final class TelegramCurrency extends Val
- class Val extends Value with Serializable
- Attributes
- protected
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
- abstract class Value extends Ordered[Value] with Serializable
- Definition Classes
- Enumeration
- Annotations
- @SerialVersionUID()
- class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetOps[Value, SortedSet, ValueSet] with StrictOptimizedIterableOps[Value, Set, ValueSet] with Serializable
- Definition Classes
- Enumeration
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val AED: TelegramCurrency
- val AFN: TelegramCurrency
- val ALL: TelegramCurrency
- val AMD: TelegramCurrency
- val ARS: TelegramCurrency
- val AUD: TelegramCurrency
- val AZN: TelegramCurrency
- val BAM: TelegramCurrency
- val BDT: TelegramCurrency
- val BGN: TelegramCurrency
- val BND: TelegramCurrency
- val BOB: TelegramCurrency
- val BRL: TelegramCurrency
- val CAD: TelegramCurrency
- val CHF: TelegramCurrency
- val CLP: TelegramCurrency
- val CNY: TelegramCurrency
- val COP: TelegramCurrency
- val CRC: TelegramCurrency
- val CZK: TelegramCurrency
- val DKK: TelegramCurrency
- val DOP: TelegramCurrency
- val DZD: TelegramCurrency
- val EGP: TelegramCurrency
- val EUR: TelegramCurrency
- val GBP: TelegramCurrency
- val GEL: TelegramCurrency
- val GTQ: TelegramCurrency
- val HKD: TelegramCurrency
- val HNL: TelegramCurrency
- val HRK: TelegramCurrency
- val HUF: TelegramCurrency
- val IDR: TelegramCurrency
- val ILS: TelegramCurrency
- val INR: TelegramCurrency
- val ISK: TelegramCurrency
- val JMD: TelegramCurrency
- val JPY: TelegramCurrency
- val KES: TelegramCurrency
- val KGS: TelegramCurrency
- val KRW: TelegramCurrency
- val KZT: TelegramCurrency
- val LBP: TelegramCurrency
- val LKR: TelegramCurrency
- val MAD: TelegramCurrency
- val MDL: TelegramCurrency
- val MNT: TelegramCurrency
- val MUR: TelegramCurrency
- val MVR: TelegramCurrency
- val MXN: TelegramCurrency
- val MYR: TelegramCurrency
- val MZN: TelegramCurrency
- val NGN: TelegramCurrency
- val NIO: TelegramCurrency
- val NOK: TelegramCurrency
- val NPR: TelegramCurrency
- val NZD: TelegramCurrency
- val PAB: TelegramCurrency
- val PEN: TelegramCurrency
- val PHP: TelegramCurrency
- val PKR: TelegramCurrency
- val PLN: TelegramCurrency
- val PYG: TelegramCurrency
- val QAR: TelegramCurrency
- val RON: TelegramCurrency
- val RSD: TelegramCurrency
- val RUB: TelegramCurrency
- val SAR: TelegramCurrency
- val SEK: TelegramCurrency
- val SGD: TelegramCurrency
- val THB: TelegramCurrency
- val TJS: TelegramCurrency
- val TRY: TelegramCurrency
- val TTD: TelegramCurrency
- val TWD: TelegramCurrency
- val TZS: TelegramCurrency
- val UAH: TelegramCurrency
- val UGX: TelegramCurrency
- val USD: TelegramCurrency
- val UYU: TelegramCurrency
- val UZS: TelegramCurrency
- val VND: TelegramCurrency
- final def Value(i: Int, name: String): Value
- Attributes
- protected
- Definition Classes
- Enumeration
- final def Value(name: String): Value
- Attributes
- protected
- Definition Classes
- Enumeration
- final def Value(i: Int): Value
- Attributes
- protected
- Definition Classes
- Enumeration
- final def Value: Value
- Attributes
- protected
- Definition Classes
- Enumeration
- val YER: TelegramCurrency
- val ZAR: TelegramCurrency
- final def apply(x: Int): Value
- Definition Classes
- Enumeration
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val currencyDecoder: Decoder[Currency]
- implicit val currencyEncoder: Encoder[Currency]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def maxId: Int
- Definition Classes
- Enumeration
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- var nextId: Int
- Attributes
- protected
- Definition Classes
- Enumeration
- var nextName: Iterator[String]
- Attributes
- protected
- Definition Classes
- Enumeration
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def readResolve(): AnyRef
- Attributes
- protected
- Definition Classes
- Enumeration
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
- implicit def valueToCurrency(v: Value): TelegramCurrency
- def values: ValueSet
- Definition Classes
- Enumeration
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def withName(s: String): Value
- Definition Classes
- Enumeration
- implicit object ValueOrdering extends Ordering[Value]
- Definition Classes
- Enumeration