class Currency extends AnyRef
A simple fixed-point currency representation
- Alphabetic
- By Inheritance
- Currency
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: Currency): Currency
Addition on Currency objects.
Addition on Currency objects. This compares currency symbols to prevent addition of different types of currency to one another.
- Exceptions thrown
CurrencyMismatchExceptionfor mismatched currency types.
- def -(other: Currency): Currency
Subtraction on Currency objects.
Subtraction on Currency objects. This compares currency symbols to prevent subtraction of different types of currency from one another.
- Exceptions thrown
CurrencyMismatchExceptionfor mismatched currency types.
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val amount: Long
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val decimals: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
Determines whether two currencies are equal with respect to symbol, amount, and decimal value.
Determines whether two currencies are equal with respect to symbol, amount, and decimal value.
- Definition Classes
- Currency → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def forDB: String
Return a string formatted as the URL-encoded symbol followed by the amount and decimals delimited by the "&" symbol.
- 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 ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val symbol: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Currency → AnyRef → Any
- 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()