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. val Centi: DecadicMultiple

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

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

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

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

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

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

    Permalink
  51. val DJF: Currency

    Permalink
  52. val DKK: Currency

    Permalink
  53. val DOP: Currency

    Permalink
  54. val DZD: Currency

    Permalink
  55. val Deci: DecadicMultiple

    Permalink
  56. val Deka: DecadicMultiple

    Permalink
  57. val Dimensionless: NoDimension

    Permalink
  58. val EGP: Currency

    Permalink
  59. val ERN: Currency

    Permalink
  60. val ETB: Currency

    Permalink
  61. val EUR: Currency

    Permalink
  62. val Ei: BinaryMultiple

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

    Permalink
  64. val ElectricCurrent: ElectricCurrentDimension

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

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

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

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

    Permalink
  69. val Exa: DecadicMultiple

    Permalink
  70. object ExponentialMeasure

    Permalink
  71. object ExponentialUntypedDimension

    Permalink
  72. object ExponentialUntypedMeasure

    Permalink
  73. val FJD: Currency

    Permalink
  74. val FKP: Currency

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

    Permalink
  76. val Femto: DecadicMultiple

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

    Permalink
  78. val GBP: Currency

    Permalink
  79. val GEL: Currency

    Permalink
  80. val GHS: Currency

    Permalink
  81. val GIP: Currency

    Permalink
  82. val GJ: EnergyMeasure

    Permalink
  83. val GMD: Currency

    Permalink
  84. val GNF: Currency

    Permalink
  85. val GTQ: Currency

    Permalink
  86. val GW: PowerMeasure

    Permalink
  87. val GYD: Currency

    Permalink
  88. val Gi: BinaryMultiple

    Permalink
  89. val Giga: DecadicMultiple

    Permalink
  90. val HKD: Currency

    Permalink
  91. val HNL: Currency

    Permalink
  92. val HRK: Currency

    Permalink
  93. val HTG: Currency

    Permalink
  94. val HUF: Currency

    Permalink
  95. val Hecto: DecadicMultiple

    Permalink
  96. val Hz: TemporalFrequencyMeasure

    Permalink

    Frequency.

  97. val IDR: Currency

    Permalink
  98. val ILS: Currency

    Permalink
  99. val INR: Currency

    Permalink
  100. val IQD: Currency

    Permalink
  101. val IRR: Currency

    Permalink
  102. val ISK: Currency

    Permalink
  103. val Information: InformationDimension

    Permalink
  104. val J: EnergyMeasure

    Permalink

    Energy.

  105. val JMD: Currency

    Permalink
  106. val JOD: Currency

    Permalink
  107. val JPY: Currency

    Permalink
  108. val KES: Currency

    Permalink
  109. val KGS: Currency

    Permalink
  110. val KHR: Currency

    Permalink
  111. val KMF: Currency

    Permalink
  112. val KPW: Currency

    Permalink
  113. val KRW: Currency

    Permalink
  114. val KWD: Currency

    Permalink
  115. val KYD: Currency

    Permalink
  116. val KZT: Currency

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

    Permalink
  118. val Ki: BinaryMultiple

    Permalink

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

  119. val Kilo: DecadicMultiple

    Permalink
  120. val LAK: Currency

    Permalink
  121. val LBP: Currency

    Permalink
  122. val LKR: Currency

    Permalink
  123. val LRD: Currency

    Permalink
  124. val LSL: Currency

    Permalink
  125. val LTL: Currency

    Permalink
  126. val LVL: Currency

    Permalink
  127. val LYD: Currency

    Permalink
  128. val Length: LengthDimension

    Permalink
  129. implicit object LengthCanExponentiate extends ExponentialCanExponentiate[LengthMeasure]

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

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

    Permalink
  132. val LuminousIntensity: LuminousIntensityDimension

    Permalink
  133. val MAD: Currency

    Permalink
  134. val MDL: Currency

    Permalink
  135. val MGA: Currency

    Permalink
  136. val MKD: Currency

    Permalink
  137. val MMBtu: EnergyMeasure

    Permalink
  138. val MMK: Currency

    Permalink
  139. val MNT: Currency

    Permalink
  140. val MOP: Currency

    Permalink
  141. val MRO: Currency

    Permalink
  142. val MUR: Currency

    Permalink
  143. val MVR: Currency

    Permalink
  144. val MW: PowerMeasure

    Permalink
  145. val MWK: Currency

    Permalink
  146. val MXN: Currency

    Permalink
  147. val MXV: Currency

    Permalink
  148. val MYR: Currency

    Permalink
  149. val MZN: Currency

    Permalink
  150. val Mass: MassDimension

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

    Permalink
  152. implicit object MassCanExponentiate extends ExponentialCanExponentiate[MassMeasure]

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

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

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

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

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

    Permalink
  158. val Mega: DecadicMultiple

    Permalink
  159. val Mi: BinaryMultiple

    Permalink
  160. val Micro: DecadicMultiple

    Permalink
  161. val Milli: DecadicMultiple

    Permalink
  162. object Monetary extends SystemOfUnits with Product with Serializable

    Permalink
  163. val Money: MoneyDimension

    Permalink
  164. val N: ForceMeasure

    Permalink

    Force.

  165. val NAD: Currency

    Permalink
  166. val NGN: Currency

    Permalink
  167. val NIO: Currency

    Permalink
  168. val NOK: Currency

    Permalink
  169. val NPR: Currency

    Permalink
  170. val NZD: Currency

    Permalink
  171. val Nano: DecadicMultiple

    Permalink
  172. val OMR: Currency

    Permalink
  173. val PAB: Currency

    Permalink
  174. val PEN: Currency

    Permalink
  175. val PGK: Currency

    Permalink
  176. val PHP: Currency

    Permalink
  177. val PKR: Currency

    Permalink
  178. val PLN: Currency

    Permalink
  179. val PYG: Currency

    Permalink
  180. val Pa: PressureMeasure

    Permalink

    Pressure.

  181. val Peta: DecadicMultiple

    Permalink
  182. val Pi: BinaryMultiple

    Permalink
  183. val Pico: DecadicMultiple

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

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

    Permalink
  186. object ProductMeasure

    Permalink
  187. object ProductUntypedDimension

    Permalink
  188. object ProductUntypedMeasure

    Permalink
  189. val QAR: Currency

    Permalink
  190. object Quantity extends Serializable

    Permalink
  191. val RON: Currency

    Permalink
  192. val RSD: Currency

    Permalink
  193. val RUB: Currency

    Permalink
  194. val RWF: Currency

    Permalink
  195. object RatioMeasure

    Permalink
  196. object RatioUntypedDimension

    Permalink
  197. object RatioUntypedMeasure

    Permalink
  198. val SAR: Currency

    Permalink
  199. val SBD: Currency

    Permalink
  200. val SCR: Currency

    Permalink
  201. val SDG: Currency

    Permalink
  202. val SEK: Currency

    Permalink
  203. val SGD: Currency

    Permalink
  204. val SHP: Currency

    Permalink
  205. object SI extends SystemOfUnits with Product with Serializable

    Permalink
  206. val SLL: Currency

    Permalink
  207. val SOS: Currency

    Permalink
  208. val SRD: Currency

    Permalink
  209. val STD: Currency

    Permalink
  210. val SYP: Currency

    Permalink
  211. val SZL: Currency

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

    Permalink
  213. implicit object SpeedCanExponentiate extends ExponentialCanExponentiate[SpeedMeasure]

    Permalink
  214. val THB: Currency

    Permalink
  215. val TJS: Currency

    Permalink
  216. val TMT: Currency

    Permalink
  217. val TND: Currency

    Permalink
  218. val TOP: Currency

    Permalink
  219. val TRY: Currency

    Permalink
  220. val TTD: Currency

    Permalink
  221. val TWD: Currency

    Permalink
  222. val TZS: Currency

    Permalink
  223. val Temperature: TemperatureDimension

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

    Permalink
  225. val Tera: DecadicMultiple

    Permalink
  226. val Ti: BinaryMultiple

    Permalink
  227. val Time: TimeDimension

    Permalink
  228. val UAH: Currency

    Permalink
  229. val UGX: Currency

    Permalink
  230. object US extends SystemOfUnits with Product with Serializable

    Permalink
  231. val USD: Currency

    Permalink
  232. val USN: Currency

    Permalink
  233. val USS: Currency

    Permalink
  234. val UYU: Currency

    Permalink
  235. val UZS: Currency

    Permalink
  236. final val UnitMeasure: DimensionlessMeasure

    Permalink
  237. val VEF: Currency

    Permalink
  238. val VND: Currency

    Permalink
  239. val VUV: Currency

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

    Permalink
  241. val W: PowerMeasure

    Permalink

    Power.

  242. val WST: Currency

    Permalink
  243. val XAF: Currency

    Permalink
  244. val XAG: Currency

    Permalink
  245. val XAU: Currency

    Permalink
  246. val XBA: Currency

    Permalink
  247. val XBB: Currency

    Permalink
  248. val XBC: Currency

    Permalink
  249. val XBD: Currency

    Permalink
  250. val XCD: Currency

    Permalink
  251. val XDR: Currency

    Permalink
  252. val XFU: Currency

    Permalink
  253. val XOF: Currency

    Permalink
  254. val XPD: Currency

    Permalink
  255. val XPF: Currency

    Permalink
  256. val XPT: Currency

    Permalink
  257. val XTS: Currency

    Permalink
  258. val XXX: Currency

    Permalink
  259. val YER: Currency

    Permalink
  260. val Yi: BinaryMultiple

    Permalink
  261. val Yocto: DecadicMultiple

    Permalink
  262. val Yotta: DecadicMultiple

    Permalink

    SI prefixes.

  263. val ZAR: Currency

    Permalink
  264. val ZMW: Currency

    Permalink
  265. val Zepto: DecadicMultiple

    Permalink
  266. val Zetta: DecadicMultiple

    Permalink
  267. val Zi: BinaryMultiple

    Permalink
  268. val acre: ExponentialMeasure[LengthMeasure]

    Permalink
  269. val astronomicalUnit: LengthMeasure

    Permalink
  270. val au: LengthMeasure

    Permalink
  271. val b: InformationMeasure

    Permalink

    Information.

  272. val bbl: VolumeMeasure

    Permalink
  273. val beardSecond: LengthMeasure

    Permalink
  274. val bp: DimensionlessMeasure

    Permalink
  275. val bushel: ExponentialMeasure[LengthMeasure]

    Permalink
  276. val cd: LuminousIntensityMeasure

    Permalink

    Luminous intensity.

  277. val cg: MassMeasure

    Permalink
  278. val cm: LengthMeasure

    Permalink
  279. val cm3: ExponentialMeasure[LengthMeasure]

    Permalink
  280. package conversion

    Permalink
  281. val dam: LengthMeasure

    Permalink
  282. val day: TimeMeasure

    Permalink
  283. val dm: LengthMeasure

    Permalink
  284. val dwt: MassMeasure

    Permalink
  285. val fortnight: TimeMeasure

    Permalink
  286. val ft: LengthMeasure

    Permalink
  287. val ft2: ExponentialMeasure[LengthMeasure]

    Permalink
  288. val fur: LengthMeasure

    Permalink
  289. val g: MassMeasure

    Permalink

    Mass.

  290. val gal: ExponentialMeasure[LengthMeasure]

    Permalink
  291. val gr: MassMeasure

    Permalink
  292. val h: TimeMeasure

    Permalink
  293. val ha: ExponentialMeasure[LengthMeasure]

    Permalink
  294. val hm: LengthMeasure

    Permalink
  295. val hm2: ExponentialMeasure[LengthMeasure]

    Permalink
  296. val in: LengthMeasure

    Permalink
  297. val in3: ExponentialMeasure[LengthMeasure]

    Permalink
  298. val kPa: PressureMeasure

    Permalink
  299. val kg: MassMeasure

    Permalink
  300. val kip: MassMeasure

    Permalink
  301. val km: LengthMeasure

    Permalink
  302. val km2: ExponentialMeasure[LengthMeasure]

    Permalink
  303. val lb: MassMeasure

    Permalink
  304. val lb_troy: MassMeasure

    Permalink
  305. val lightYear: LengthMeasure

    Permalink
  306. val liter: ExponentialMeasure[LengthMeasure]

    Permalink
  307. val lm: LuminousFluxMeasure

    Permalink

    Luminous flux.

  308. val ly: LengthMeasure

    Permalink
  309. val m: LengthMeasure

    Permalink

    Length.

  310. val m2: ExponentialMeasure[LengthMeasure]

    Permalink

    Area.

  311. val m3: ExponentialMeasure[LengthMeasure]

    Permalink

    Volume.

  312. val mg: MassMeasure

    Permalink
  313. val mi: LengthMeasure

    Permalink
  314. val min: TimeMeasure

    Permalink
  315. val mm: LengthMeasure

    Permalink
  316. val ms: TimeMeasure

    Permalink
  317. val nm: LengthMeasure

    Permalink
  318. val nmi: LengthMeasure

    Permalink
  319. val ns: TimeMeasure

    Permalink
  320. val oz: MassMeasure

    Permalink
  321. val oz_metric: MassMeasure

    Permalink
  322. val oz_troy: MassMeasure

    Permalink
  323. val parsec: LengthMeasure

    Permalink
  324. val pc: LengthMeasure

    Permalink
  325. val peck: ExponentialMeasure[LengthMeasure]

    Permalink
  326. val percent: DimensionlessMeasure

    Permalink

    Dimensionless.

  327. val pi_dry: ExponentialMeasure[LengthMeasure]

    Permalink
  328. val pi_liquid: ExponentialMeasure[LengthMeasure]

    Permalink
  329. val qt_dry: ExponentialMeasure[LengthMeasure]

    Permalink
  330. val qt_liquid: ExponentialMeasure[LengthMeasure]

    Permalink
  331. package quantity

    Permalink
  332. val rad: DimensionlessMeasure

    Permalink
  333. val rd: LengthMeasure

    Permalink
  334. package reduction

    Permalink
  335. val s: TimeMeasure

    Permalink

    Time.

  336. val siriometer: LengthMeasure

    Permalink
  337. val sr: DimensionlessMeasure

    Permalink
  338. val t: MassMeasure

    Permalink
  339. val thou: LengthMeasure

    Permalink
  340. val ton: MassMeasure

    Permalink
  341. val yd: LengthMeasure

    Permalink
  342. val year360: TimeMeasure

    Permalink
  343. val year365: TimeMeasure

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped