Package

rapture

currency

Permalink

package currency

Visibility
  1. Public
  2. All

Type Members

  1. case class Currency(code: String, name: String, decimalPlaces: Int, prefix: String, suffix: String) extends Product with Serializable

    Permalink
  2. case class CurrencyBasket[C <: Key](amounts: Map[Currency, Double]) extends Product with Serializable

    Permalink
  3. case class InvalidMoney(currency: Currency) extends Exception with Product with Serializable

    Permalink
  4. case class Money[C <: Key](currency: Currency { type Key = C }, amount: Double) extends Product with Serializable

    Permalink

Value Members

  1. object Currency extends Serializable

    Permalink
  2. object Money extends Serializable

    Permalink
  3. object currencies

    Permalink

Ungrouped