Package

com.quantarray.skylark

measure

Permalink

package measure

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. measure
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class AmountDimension() extends Dimension[AmountDimension] with Product with Serializable

    Permalink
  2. type AngularFrequencyDimension = RatioDimension[NoDimension, TimeDimension]

    Permalink
  3. case class AreaMeasure(name: String, system: SystemOfUnits) extends Measure[AreaMeasure] with Product with Serializable

    Permalink

    Area measure.

  4. class BinaryMultiple extends AnyRef

    Permalink

    Binary multiple

  5. trait CanConvert[From, To] extends AnyRef

    Permalink

    Can convert type class.

    Can convert type class.

    Annotations
    @implicitNotFound( ... )
  6. trait CanDivide[N, D, R] extends AnyRef

    Permalink

    Can divide type class.

    Can divide type class.

    Annotations
    @implicitNotFound( ... )
  7. trait CanExponentiate[B, R] extends AnyRef

    Permalink

    Can exponentiate type class.

    Can exponentiate type class.

    Annotations
    @implicitNotFound( ... )
  8. trait CanMultiply[M1, M2, R] extends AnyRef

    Permalink

    Can multiply type class.

    Can multiply type class.

    Annotations
    @implicitNotFound( ... )
  9. trait CanReduce[I, D] extends AnyRef

    Permalink

    Can reduce type class.

    Can reduce type class. Determines the shape of reduced (deflated) measure.

    Annotations
    @implicitNotFound( ... )
  10. trait Converter[From, To] extends AnyRef

    Permalink

    Converter.

  11. case class Currency(name: String) extends Measure[Currency] with Product with Serializable

    Permalink

    Currency.

  12. type CurrencyPriceMeasure = RatioMeasure[Currency, Currency]

    Permalink
  13. case class DecadicMultiple(prefix: String, multiple: Double) extends Product with Serializable

    Permalink

    Decadic multiple.

    Decadic multiple.

    http://en.wikipedia.org/wiki/Metric_prefixß

  14. case class Derived(system: SystemOfUnits) extends SystemOfUnits with Product with Serializable

    Permalink
  15. trait Dimension[Self <: Dimension[Self]] extends UntypedDimension

    Permalink

    Dimension.

  16. case class DimensionlessMeasure(name: String, system: SystemOfUnits, base: Double = 1) extends Measure[DimensionlessMeasure] with Product with Serializable

    Permalink

    Dimensionless measure.

  17. type ElectricChargeDimension = ProductDimension[ElectricCurrentDimension, TimeDimension]

    Permalink
  18. case class ElectricCurrentDimension() extends Dimension[ElectricCurrentDimension] with Product with Serializable

    Permalink
  19. case class ElectricCurrentMeasure(name: String, system: SystemOfUnits) extends Measure[ElectricCurrentMeasure] with Product with Serializable

    Permalink

    Electric current measure.

  20. type EnergyDimension = RatioDimension[ProductDimension[MassDimension, ExponentialDimension[LengthDimension]], ExponentialDimension[TimeDimension]]

    Permalink
  21. case class EnergyMeasure(name: String, system: SystemOfUnits) extends Measure[EnergyMeasure] with Product with Serializable

    Permalink

    Energy measure.

  22. type EnergyPriceMeasure = RatioMeasure[Currency, EnergyMeasure]

    Permalink
  23. type EnergyPricePerDimensionlessMeasure = RatioMeasure[EnergyPriceMeasure, DimensionlessMeasure]

    Permalink
  24. trait ExponentialCanExponentiate[B <: Measure[B]] extends CanExponentiate[B, ExponentialMeasure[B]]

    Permalink
  25. sealed case class ExponentialDimension[B <: Dimension[B]](base: B, exponent: Double) extends Dimension[ExponentialDimension[B]] with ExponentialUntypedDimension with Product with Serializable

    Permalink
  26. type ExponentialLengthMeasure = ExponentialMeasure[LengthMeasure]

    Permalink
  27. trait ExponentialMeasure[B <: Measure[B]] extends Measure[ExponentialMeasure[B]] with ExponentialUntypedMeasure

    Permalink

    Exponential measure.

  28. trait ExponentialUntypedDimension extends UntypedDimension

    Permalink
  29. trait ExponentialUntypedMeasure extends UntypedMeasure

    Permalink
  30. type ForceDimension = RatioDimension[ProductDimension[MassDimension, LengthDimension], ExponentialDimension[TimeDimension]]

    Permalink
  31. case class ForceMeasure(name: String, system: SystemOfUnits) extends Measure[ForceMeasure] with Product with Serializable

    Permalink

    Force measure.

  32. case class Hybrid(systems: SystemOfUnits*) extends SystemOfUnits with Product with Serializable

    Permalink
  33. case class Imperial[D <: Dimension[D]](scales: Scale[D]*) extends SystemOfUnits with Product with Serializable

    Permalink
  34. case class InformationDimension() extends Dimension[InformationDimension] with Product with Serializable

    Permalink
  35. case class InformationMeasure(name: String, system: SystemOfUnits) extends Measure[InformationMeasure] with Product with Serializable

    Permalink

    Information measure.

  36. case class LengthDimension() extends Dimension[LengthDimension] with Product with Serializable

    Permalink
  37. case class LengthMeasure(name: String, system: SystemOfUnits) extends Measure[LengthMeasure] with Product with Serializable

    Permalink

    Length measure.

  38. type LuminousFluxDimension = ProductDimension[LuminousIntensityDimension, NoDimension]

    Permalink
  39. case class LuminousFluxMeasure(name: String, system: SystemOfUnits) extends Measure[LuminousFluxMeasure] with Product with Serializable

    Permalink

    Luminous flux measure.

  40. case class LuminousIntensityDimension() extends Dimension[LuminousIntensityDimension] with Product with Serializable

    Permalink
  41. case class LuminousIntensityMeasure(name: String, system: SystemOfUnits) extends Measure[LuminousIntensityMeasure] with Product with Serializable

    Permalink

    Luminous intensity measure.

  42. case class MassDimension() extends Dimension[MassDimension] with Product with Serializable

    Permalink
  43. case class MassMeasure(name: String, system: SystemOfUnits) extends Measure[MassMeasure] with Product with Serializable

    Permalink

    Mass measure.

  44. trait Measure[Self <: Measure[Self]] extends UntypedMeasure

    Permalink

    Measure.

    Measure.

    The guiding principle(s) of design is and should be:

    1. Construction of a measure should be fast, without any recursion/iteration to perform simplification. 2. Compute-intensive methods, such as reduce, perform simplification and should be called only when necessary.

  45. trait MeasureParsers extends JavaTokenParsers

    Permalink

    Measure parsers.

  46. trait MeasureProvider extends AnyRef

    Permalink

    Measure provider.

  47. case class MoneyDimension() extends Dimension[MoneyDimension] with Product with Serializable

    Permalink
  48. case class NoDimension() extends Dimension[NoDimension] with Product with Serializable

    Permalink
  49. type PowerDimension = RatioDimension[ProductDimension[MassDimension, ExponentialDimension[LengthDimension]], ExponentialDimension[TimeDimension]]

    Permalink
  50. case class PowerMeasure(name: String, system: SystemOfUnits) extends Measure[PowerMeasure] with Product with Serializable

    Permalink

    Power measure.

  51. type PressureDimension = RatioDimension[MassDimension, ProductDimension[LengthDimension, ExponentialDimension[TimeDimension]]]

    Permalink
  52. case class PressureMeasure(name: String, system: SystemOfUnits) extends Measure[PressureMeasure] with Product with Serializable

    Permalink

    Pressure measure.

  53. type Price[M <: Measure[M]] = RatioMeasure[Currency, M]

    Permalink
  54. trait ProductCanMultiply[M1 <: Measure[M1], M2 <: Measure[M2]] extends CanMultiply[M1, M2, ProductMeasure[M1, M2]]

    Permalink
  55. sealed case class ProductDimension[D1 <: Dimension[D1], D2 <: Dimension[D2]](multiplicand: D1, multiplier: D2) extends Dimension[ProductDimension[D1, D2]] with ProductUntypedDimension with Product with Serializable

    Permalink
  56. trait ProductMeasure[M1 <: Measure[M1], M2 <: Measure[M2]] extends Measure[ProductMeasure[M1, M2]] with ProductUntypedMeasure

    Permalink

    Product measure.

  57. trait ProductUntypedDimension extends UntypedDimension

    Permalink
  58. trait ProductUntypedMeasure extends UntypedMeasure

    Permalink
  59. case class Quantity[M <: Measure[M]](value: Double, measure: M) extends Product with Serializable

    Permalink

    Quantity.

  60. trait RatioCanDivide[N <: Measure[N], D <: Measure[D]] extends CanDivide[N, D, RatioMeasure[N, D]]

    Permalink
  61. sealed case class RatioDimension[D1 <: Dimension[D1], D2 <: Dimension[D2]](numerator: D1, denominator: D2) extends Dimension[RatioDimension[D1, D2]] with RatioUntypedDimension with Product with Serializable

    Permalink
  62. trait RatioMeasure[M1 <: Measure[M1], M2 <: Measure[M2]] extends Measure[RatioMeasure[M1, M2]] with RatioUntypedMeasure

    Permalink

    Ratio measure.

  63. trait RatioUntypedDimension extends UntypedDimension

    Permalink
  64. trait RatioUntypedMeasure extends UntypedMeasure

    Permalink
  65. abstract class Scale[D <: Dimension[D]] extends AnyRef

    Permalink

    Scale, representing an abstract notion of choice of measure of a particular dimension, e.g.

    Scale, representing an abstract notion of choice of measure of a particular dimension, e.g. temperature scale.

  66. type SpatialFrequencyDimension = RatioDimension[NoDimension, LengthDimension]

    Permalink
  67. type SpeedMeasure = RatioMeasure[LengthMeasure, TimeMeasure]

    Permalink
  68. sealed trait SystemOfUnits extends AnyRef

    Permalink

    System of units.

    System of units.

    http://en.wikipedia.org/wiki/International_System_of_Units

  69. case class TemperatureDimension() extends Dimension[TemperatureDimension] with Product with Serializable

    Permalink
  70. type TemporalFrequencyDimension = RatioDimension[NoDimension, TimeDimension]

    Permalink
  71. case class TemporalFrequencyMeasure(name: String, system: SystemOfUnits) extends Measure[TemporalFrequencyMeasure] with Product with Serializable

    Permalink

    Temporal frequency measure.

  72. case class TimeDimension() extends Dimension[TimeDimension] with Product with Serializable

    Permalink
  73. case class TimeMeasure(name: String, system: SystemOfUnits) extends Measure[TimeMeasure] with Product with Serializable

    Permalink

    Time measure.

  74. case class Universal[D <: Dimension[D]](scales: Scale[D]*) extends SystemOfUnits with Product with Serializable

    Permalink
  75. trait UntypedDimension extends AnyRef

    Permalink

    Untyped dimension.

  76. trait UntypedMeasure extends Dynamic

    Permalink

    Untyped measure.

  77. type VoltageDimension = RatioDimension[ProductDimension[MassDimension, ExponentialDimension[LengthDimension]], ProductDimension[ExponentialDimension[TimeDimension], ElectricCurrentDimension]]

    Permalink
  78. case class VolumeMeasure(name: String, system: SystemOfUnits) extends Measure[VolumeMeasure] with Product with Serializable

    Permalink

    Volume measure.

Value Members

  1. val A: ElectricCurrentMeasure

    Permalink

    Electric current.

  2. val AED: Currency

    Permalink

    Currency.

  3. val AFN: Currency

    Permalink
  4. val ALL: Currency

    Permalink
  5. val AMD: Currency

    Permalink
  6. val ANG: Currency

    Permalink
  7. val AOA: Currency

    Permalink
  8. val ARS: Currency

    Permalink
  9. val AUD: Currency

    Permalink
  10. val AWG: Currency

    Permalink
  11. val AZN: Currency

    Permalink
  12. val Amount: AmountDimension

    Permalink
  13. val AngularFrequency: RatioDimension[NoDimension, TimeDimension]

    Permalink
  14. val Atto: DecadicMultiple

    Permalink
  15. val B: InformationMeasure

    Permalink
  16. val BAM: Currency

    Permalink
  17. val BBD: Currency

    Permalink
  18. val BDT: Currency

    Permalink
  19. val BGN: Currency

    Permalink
  20. val BHD: Currency

    Permalink
  21. val BIF: Currency

    Permalink
  22. val BMD: Currency

    Permalink
  23. val BND: Currency

    Permalink
  24. val BOB: Currency

    Permalink
  25. val BOV: Currency

    Permalink
  26. val BRL: Currency

    Permalink
  27. val BSD: Currency

    Permalink
  28. val BTN: Currency

    Permalink
  29. val BWP: Currency

    Permalink
  30. val BYR: Currency

    Permalink
  31. val BZD: Currency

    Permalink
  32. val CAD: Currency

    Permalink
  33. val CDF: Currency

    Permalink
  34. val CHF: Currency

    Permalink
  35. val CLF: Currency

    Permalink
  36. val CLP: Currency

    Permalink
  37. val CNY: Currency

    Permalink
  38. val COP: Currency

    Permalink
  39. val CRC: Currency

    Permalink
  40. val CUC: Currency

    Permalink
  41. val CUP: Currency

    Permalink
  42. val CVE: Currency

    Permalink
  43. val CZK: Currency

    Permalink
  44. object CanConvert

    Permalink
  45. val Centi: DecadicMultiple

    Permalink
  46. object Centigrade extends Scale[TemperatureDimension] with Product with Serializable

    Permalink
  47. implicit object CurrencyCanDivide extends RatioCanDivide[Currency, Currency]

    Permalink
  48. implicit object CurrencyDimensionlessCanDivide extends CanDivide[Currency, DimensionlessMeasure, Currency]

    Permalink
  49. implicit object CurrencyDimensionlessCanMultiply extends CanMultiply[Currency, DimensionlessMeasure, Currency]

    Permalink
  50. implicit object CurrencyEnergyCanDivide extends RatioCanDivide[Currency, EnergyMeasure]

    Permalink
  51. implicit object CurrencyVolumeCanDivide extends RatioCanDivide[Currency, VolumeMeasure]

    Permalink
  52. val DJF: Currency

    Permalink
  53. val DKK: Currency

    Permalink
  54. val DOP: Currency

    Permalink
  55. val DZD: Currency

    Permalink
  56. val Deci: DecadicMultiple

    Permalink
  57. val Deka: DecadicMultiple

    Permalink
  58. val Dimensionless: NoDimension

    Permalink
  59. val EGP: Currency

    Permalink
  60. val ERN: Currency

    Permalink
  61. val ETB: Currency

    Permalink
  62. val EUR: Currency

    Permalink
  63. val Ei: BinaryMultiple

    Permalink
  64. val ElectricCharge: ProductDimension[ElectricCurrentDimension, TimeDimension]

    Permalink
  65. val ElectricCurrent: ElectricCurrentDimension

    Permalink
  66. val Energy: RatioDimension[ProductDimension[MassDimension, ExponentialDimension[LengthDimension]], ExponentialDimension[TimeDimension]]

    Permalink
  67. implicit object EnergyPriceCurrencyPriceCanMultiply extends ProductCanMultiply[EnergyPriceMeasure, CurrencyPriceMeasure]

    Permalink
  68. implicit object EnergyPriceDimensionlessCanDivide extends RatioCanDivide[EnergyPriceMeasure, DimensionlessMeasure]

    Permalink
  69. implicit object EnergyPriceDimensionlessCanMultiply extends CanMultiply[EnergyPriceMeasure, DimensionlessMeasure, EnergyPriceMeasure]

    Permalink
  70. val Exa: DecadicMultiple

    Permalink
  71. object ExponentialMeasure

    Permalink
  72. object ExponentialUntypedDimension

    Permalink
  73. object ExponentialUntypedMeasure

    Permalink
  74. val FJD: Currency

    Permalink
  75. val FKP: Currency

    Permalink
  76. object Fahrenheit extends Scale[TemperatureDimension] with Product with Serializable

    Permalink
  77. val Femto: DecadicMultiple

    Permalink
  78. val Force: RatioDimension[ProductDimension[MassDimension, LengthDimension], ExponentialDimension[TimeDimension]]

    Permalink
  79. val GBP: Currency

    Permalink
  80. val GEL: Currency

    Permalink
  81. val GHS: Currency

    Permalink
  82. val GIP: Currency

    Permalink
  83. val GJ: EnergyMeasure

    Permalink
  84. val GMD: Currency

    Permalink
  85. val GNF: Currency

    Permalink
  86. val GTQ: Currency

    Permalink
  87. val GW: PowerMeasure

    Permalink
  88. val GYD: Currency

    Permalink
  89. val Gi: BinaryMultiple

    Permalink
  90. val Giga: DecadicMultiple

    Permalink
  91. val HKD: Currency

    Permalink
  92. val HNL: Currency

    Permalink
  93. val HRK: Currency

    Permalink
  94. val HTG: Currency

    Permalink
  95. val HUF: Currency

    Permalink
  96. val Hecto: DecadicMultiple

    Permalink
  97. val Hz: TemporalFrequencyMeasure

    Permalink

    Frequency.

  98. val IDR: Currency

    Permalink
  99. val ILS: Currency

    Permalink
  100. val INR: Currency

    Permalink
  101. val IQD: Currency

    Permalink
  102. val IRR: Currency

    Permalink
  103. val ISK: Currency

    Permalink
  104. val Information: InformationDimension

    Permalink
  105. val J: EnergyMeasure

    Permalink

    Energy.

  106. val JMD: Currency

    Permalink
  107. val JOD: Currency

    Permalink
  108. val JPY: Currency

    Permalink
  109. val KES: Currency

    Permalink
  110. val KGS: Currency

    Permalink
  111. val KHR: Currency

    Permalink
  112. val KMF: Currency

    Permalink
  113. val KPW: Currency

    Permalink
  114. val KRW: Currency

    Permalink
  115. val KWD: Currency

    Permalink
  116. val KYD: Currency

    Permalink
  117. val KZT: Currency

    Permalink
  118. object Kelvin extends Scale[TemperatureDimension] with Product with Serializable

    Permalink
  119. val Ki: BinaryMultiple

    Permalink

    IEC (http://en.wikipedia.org/wiki/International_Electrotechnical_Commission) prefixes.

  120. val Kilo: DecadicMultiple

    Permalink
  121. val LAK: Currency

    Permalink
  122. val LBP: Currency

    Permalink
  123. val LKR: Currency

    Permalink
  124. val LRD: Currency

    Permalink
  125. val LSL: Currency

    Permalink
  126. val LTL: Currency

    Permalink
  127. val LVL: Currency

    Permalink
  128. val LYD: Currency

    Permalink
  129. val Length: LengthDimension

    Permalink
  130. implicit object LengthCanExponentiate extends ExponentialCanExponentiate[LengthMeasure]

    Permalink
  131. implicit object LengthTimeCanDivide extends RatioCanDivide[LengthMeasure, TimeMeasure]

    Permalink
  132. val LuminousFlux: ProductDimension[LuminousIntensityDimension, NoDimension]

    Permalink
  133. val LuminousIntensity: LuminousIntensityDimension

    Permalink
  134. val MAD: Currency

    Permalink
  135. val MDL: Currency

    Permalink
  136. val MGA: Currency

    Permalink
  137. val MKD: Currency

    Permalink
  138. val MMBtu: EnergyMeasure

    Permalink
  139. val MMK: Currency

    Permalink
  140. val MNT: Currency

    Permalink
  141. val MOP: Currency

    Permalink
  142. val MRO: Currency

    Permalink
  143. val MUR: Currency

    Permalink
  144. val MVR: Currency

    Permalink
  145. val MW: PowerMeasure

    Permalink
  146. val MWK: Currency

    Permalink
  147. val MXN: Currency

    Permalink
  148. val MXV: Currency

    Permalink
  149. val MYR: Currency

    Permalink
  150. val MZN: Currency

    Permalink
  151. val Mass: MassDimension

    Permalink
  152. implicit object MassCanDivide extends CanDivide[MassMeasure, MassMeasure, DimensionlessMeasure]

    Permalink
  153. implicit object MassCanExponentiate extends ExponentialCanExponentiate[MassMeasure]

    Permalink
  154. implicit object MassDimensionlessCanMultiply extends CanMultiply[MassMeasure, DimensionlessMeasure, MassMeasure]

    Permalink
  155. implicit object MassLengthCanDivide extends RatioCanDivide[MassMeasure, LengthMeasure]

    Permalink
  156. implicit object MassLengthCanMultiply extends ProductCanMultiply[MassMeasure, LengthMeasure]

    Permalink
  157. implicit object MassSpeedCanMultiply extends ProductCanMultiply[MassMeasure, ExponentialMeasure[SpeedMeasure]]

    Permalink
  158. implicit object MassTimeCanMultiply extends ProductCanMultiply[MassMeasure, TimeMeasure]

    Permalink
  159. val Mega: DecadicMultiple

    Permalink
  160. val Mi: BinaryMultiple

    Permalink
  161. val Micro: DecadicMultiple

    Permalink
  162. val Milli: DecadicMultiple

    Permalink
  163. object Monetary extends SystemOfUnits with Product with Serializable

    Permalink
  164. val Money: MoneyDimension

    Permalink
  165. val N: ForceMeasure

    Permalink

    Force.

  166. val NAD: Currency

    Permalink
  167. val NGN: Currency

    Permalink
  168. val NIO: Currency

    Permalink
  169. val NOK: Currency

    Permalink
  170. val NPR: Currency

    Permalink
  171. val NZD: Currency

    Permalink
  172. val Nano: DecadicMultiple

    Permalink
  173. val OMR: Currency

    Permalink
  174. val PAB: Currency

    Permalink
  175. val PEN: Currency

    Permalink
  176. val PGK: Currency

    Permalink
  177. val PHP: Currency

    Permalink
  178. val PKR: Currency

    Permalink
  179. val PLN: Currency

    Permalink
  180. val PYG: Currency

    Permalink
  181. val Pa: PressureMeasure

    Permalink

    Pressure.

  182. val Peta: DecadicMultiple

    Permalink
  183. val Pi: BinaryMultiple

    Permalink
  184. val Pico: DecadicMultiple

    Permalink
  185. val Power: RatioDimension[ProductDimension[MassDimension, ExponentialDimension[LengthDimension]], ExponentialDimension[TimeDimension]]

    Permalink
  186. val Pressure: RatioDimension[MassDimension, ProductDimension[LengthDimension, ExponentialDimension[TimeDimension]]]

    Permalink
  187. object ProductMeasure

    Permalink
  188. object ProductUntypedDimension

    Permalink
  189. object ProductUntypedMeasure

    Permalink
  190. val QAR: Currency

    Permalink
  191. object Quantity extends Serializable

    Permalink
  192. val RON: Currency

    Permalink
  193. val RSD: Currency

    Permalink
  194. val RUB: Currency

    Permalink
  195. val RWF: Currency

    Permalink
  196. object RatioMeasure

    Permalink
  197. object RatioUntypedDimension

    Permalink
  198. object RatioUntypedMeasure

    Permalink
  199. val SAR: Currency

    Permalink
  200. val SBD: Currency

    Permalink
  201. val SCR: Currency

    Permalink
  202. val SDG: Currency

    Permalink
  203. val SEK: Currency

    Permalink
  204. val SGD: Currency

    Permalink
  205. val SHP: Currency

    Permalink
  206. object SI extends SystemOfUnits with Product with Serializable

    Permalink
  207. val SLL: Currency

    Permalink
  208. val SOS: Currency

    Permalink
  209. val SRD: Currency

    Permalink
  210. val STD: Currency

    Permalink
  211. val SYP: Currency

    Permalink
  212. val SZL: Currency

    Permalink
  213. val SpatialFrequency: RatioDimension[NoDimension, LengthDimension]

    Permalink
  214. implicit object SpeedCanExponentiate extends ExponentialCanExponentiate[SpeedMeasure]

    Permalink
  215. val THB: Currency

    Permalink
  216. val TJS: Currency

    Permalink
  217. val TMT: Currency

    Permalink
  218. val TND: Currency

    Permalink
  219. val TOP: Currency

    Permalink
  220. val TRY: Currency

    Permalink
  221. val TTD: Currency

    Permalink
  222. val TWD: Currency

    Permalink
  223. val TZS: Currency

    Permalink
  224. val Temperature: TemperatureDimension

    Permalink
  225. val TemporalFrequency: RatioDimension[NoDimension, TimeDimension]

    Permalink
  226. val Tera: DecadicMultiple

    Permalink
  227. val Ti: BinaryMultiple

    Permalink
  228. val Time: TimeDimension

    Permalink
  229. val UAH: Currency

    Permalink
  230. val UGX: Currency

    Permalink
  231. object US extends SystemOfUnits with Product with Serializable

    Permalink
  232. val USD: Currency

    Permalink
  233. val USN: Currency

    Permalink
  234. val USS: Currency

    Permalink
  235. val UYU: Currency

    Permalink
  236. val UZS: Currency

    Permalink
  237. final val UnitMeasure: DimensionlessMeasure

    Permalink
  238. val VEF: Currency

    Permalink
  239. val VND: Currency

    Permalink
  240. val VUV: Currency

    Permalink
  241. val Voltage: RatioDimension[ProductDimension[MassDimension, ExponentialDimension[LengthDimension]], ProductDimension[ExponentialDimension[TimeDimension], ElectricCurrentDimension]]

    Permalink
  242. val W: PowerMeasure

    Permalink

    Power.

  243. val WST: Currency

    Permalink
  244. val XAF: Currency

    Permalink
  245. val XAG: Currency

    Permalink
  246. val XAU: Currency

    Permalink
  247. val XBA: Currency

    Permalink
  248. val XBB: Currency

    Permalink
  249. val XBC: Currency

    Permalink
  250. val XBD: Currency

    Permalink
  251. val XCD: Currency

    Permalink
  252. val XDR: Currency

    Permalink
  253. val XFU: Currency

    Permalink
  254. val XOF: Currency

    Permalink
  255. val XPD: Currency

    Permalink
  256. val XPF: Currency

    Permalink
  257. val XPT: Currency

    Permalink
  258. val XTS: Currency

    Permalink
  259. val XXX: Currency

    Permalink
  260. val YER: Currency

    Permalink
  261. val Yi: BinaryMultiple

    Permalink
  262. val Yocto: DecadicMultiple

    Permalink
  263. val Yotta: DecadicMultiple

    Permalink

    SI prefixes.

  264. val ZAR: Currency

    Permalink
  265. val ZMW: Currency

    Permalink
  266. val Zepto: DecadicMultiple

    Permalink
  267. val Zetta: DecadicMultiple

    Permalink
  268. val Zi: BinaryMultiple

    Permalink
  269. val acre: ExponentialMeasure[LengthMeasure]

    Permalink
  270. val astronomicalUnit: LengthMeasure

    Permalink
  271. val au: LengthMeasure

    Permalink
  272. val b: InformationMeasure

    Permalink

    Information.

  273. val bbl: VolumeMeasure

    Permalink
  274. val beardSecond: LengthMeasure

    Permalink
  275. val bp: DimensionlessMeasure

    Permalink
  276. val bushel: ExponentialMeasure[LengthMeasure]

    Permalink
  277. val cd: LuminousIntensityMeasure

    Permalink

    Luminous intensity.

  278. val cg: MassMeasure

    Permalink
  279. val cm: LengthMeasure

    Permalink
  280. val cm3: ExponentialMeasure[LengthMeasure]

    Permalink
  281. package conversion

    Permalink
  282. val dam: LengthMeasure

    Permalink
  283. val day: TimeMeasure

    Permalink
  284. val dm: LengthMeasure

    Permalink
  285. val dwt: MassMeasure

    Permalink
  286. val fortnight: TimeMeasure

    Permalink
  287. val ft: LengthMeasure

    Permalink
  288. val ft2: ExponentialMeasure[LengthMeasure]

    Permalink
  289. val fur: LengthMeasure

    Permalink
  290. val g: MassMeasure

    Permalink

    Mass.

  291. val gal: ExponentialMeasure[LengthMeasure]

    Permalink
  292. val gr: MassMeasure

    Permalink
  293. val h: TimeMeasure

    Permalink
  294. val ha: ExponentialMeasure[LengthMeasure]

    Permalink
  295. val hm: LengthMeasure

    Permalink
  296. val hm2: ExponentialMeasure[LengthMeasure]

    Permalink
  297. val in: LengthMeasure

    Permalink
  298. val in3: ExponentialMeasure[LengthMeasure]

    Permalink
  299. val kPa: PressureMeasure

    Permalink
  300. val kg: MassMeasure

    Permalink
  301. val kip: MassMeasure

    Permalink
  302. val km: LengthMeasure

    Permalink
  303. val km2: ExponentialMeasure[LengthMeasure]

    Permalink
  304. val lb: MassMeasure

    Permalink
  305. val lb_troy: MassMeasure

    Permalink
  306. val lightYear: LengthMeasure

    Permalink
  307. val liter: ExponentialMeasure[LengthMeasure]

    Permalink
  308. val lm: LuminousFluxMeasure

    Permalink

    Luminous flux.

  309. val ly: LengthMeasure

    Permalink
  310. val m: LengthMeasure

    Permalink

    Length.

  311. val m2: ExponentialMeasure[LengthMeasure]

    Permalink

    Area.

  312. val m3: ExponentialMeasure[LengthMeasure]

    Permalink

    Volume.

  313. val mg: MassMeasure

    Permalink
  314. val mi: LengthMeasure

    Permalink
  315. val min: TimeMeasure

    Permalink
  316. val mm: LengthMeasure

    Permalink
  317. val ms: TimeMeasure

    Permalink
  318. val nm: LengthMeasure

    Permalink
  319. val nmi: LengthMeasure

    Permalink
  320. val ns: TimeMeasure

    Permalink
  321. val oz: MassMeasure

    Permalink
  322. val oz_metric: MassMeasure

    Permalink
  323. val oz_troy: MassMeasure

    Permalink
  324. val parsec: LengthMeasure

    Permalink
  325. val pc: LengthMeasure

    Permalink
  326. val peck: ExponentialMeasure[LengthMeasure]

    Permalink
  327. val percent: DimensionlessMeasure

    Permalink

    Dimensionless.

  328. val pi_dry: ExponentialMeasure[LengthMeasure]

    Permalink
  329. val pi_liquid: ExponentialMeasure[LengthMeasure]

    Permalink
  330. val qt_dry: ExponentialMeasure[LengthMeasure]

    Permalink
  331. val qt_liquid: ExponentialMeasure[LengthMeasure]

    Permalink
  332. package quantity

    Permalink
  333. val rad: DimensionlessMeasure

    Permalink
  334. val rd: LengthMeasure

    Permalink
  335. package reduction

    Permalink
  336. val s: TimeMeasure

    Permalink

    Time.

  337. val siriometer: LengthMeasure

    Permalink
  338. val sr: DimensionlessMeasure

    Permalink
  339. val t: MassMeasure

    Permalink
  340. val thou: LengthMeasure

    Permalink
  341. val ton: MassMeasure

    Permalink
  342. val yd: LengthMeasure

    Permalink
  343. val year360: TimeMeasure

    Permalink
  344. val year365: TimeMeasure

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped