NOK

object NOK extends Currency
class Currency
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from
Currency
def apply[A](n: A)(num: Numeric[A]): Money
Inherited from
Currency
def apply(d: BigDecimal): Money
Inherited from
Currency
def canEqual(other: Any): Boolean
Inherited from
Currency
final def convertFrom[N](n: N)(num: Numeric[N]): Double

Applies the converterFrom method to a value

Applies the converterFrom method to a value

Type Params
N

Type

Value Params
n

N value in terms of this Unit

num

Numeric[N]

Inherited from
UnitOfMeasure
final def convertTo[N](n: N)(num: Numeric[N]): Double

Applies the converterTo method to a value

Applies the converterTo method to a value

Type Params
N

Type

Value Params
n

N value in terms of the ValueUnit

num

Numeric[N]

Inherited from
UnitOfMeasure
override def equals(other: Any): Boolean
Definition Classes
Currency -> Any
Inherited from
Currency
override def hashCode(): Int
Definition Classes
Currency -> Any
Inherited from
Currency
override def toString: String
Definition Classes
Currency -> Any
Inherited from
Currency
def unapply(q: Money): Some[Double]

Extractor method for getting the Numeric value of a Quantity in this UnitOfMeasure

Extractor method for getting the Numeric value of a Quantity in this UnitOfMeasure

Value Params
q

A - The Quantity being matched

Inherited from
UnitOfMeasure

Inherited fields

val code: String
Inherited from
Currency
val formatDecimals: Int
Inherited from
Currency
val name: String
Inherited from
Currency
val symbol: String
Inherited from
Currency