Package

com.xiaomi.duckling.dimension

currency

Permalink

package currency

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. currency
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CurrencyData(v: Double, scalar: Double, unit: String, abbr: Boolean = false, compose: Boolean = false, end: Boolean = false, code: Option[String] = None) extends Resolvable with Product with Serializable

    Permalink
  2. trait Examples extends DimExamples

    Permalink
  3. trait Rules extends DimRules

    Permalink

Value Members

  1. object Currency extends Dimension with Rules with Examples with Product with Serializable

    Permalink
  2. val isNotAbbr: Predicate

    Permalink
  3. val isNotComposed: Predicate

    Permalink
  4. val isNotEnd: Predicate

    Permalink
  5. val isNotFen: Predicate

    Permalink
  6. def token(currencyData: CurrencyData): Token

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped