Packages

final case class Set(set: scala.collection.immutable.Set[Rate]) extends Rates with Product with Serializable

An explicit set of supported rates.

Linear Supertypes
Serializable, Product, Equals, Rates, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Set
  2. Serializable
  3. Product
  4. Equals
  5. Rates
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Set(set: scala.collection.immutable.Set[Rate])

Value Members

  1. def method: RateMethod

    Explicitly specified rates always use the Default type of method naming.

    Explicitly specified rates always use the Default type of method naming.

    Definition Classes
    SetRates
  2. def methodName(r: Rate): String
    Definition Classes
    SetRates
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val set: scala.collection.immutable.Set[Rate]

    The set of supported rates, whether implied or explicit.

    The set of supported rates, whether implied or explicit.

    Definition Classes
    SetRates
  5. def toString(): String
    Definition Classes
    Set → AnyRef → Any