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, base: Option[(AreaMeasure, Double)] = None) extends Measure[AreaMeasure] with Product with Serializable

    Permalink

    Area measure.

  4. case class BinaryMultiple(prefix: String, powerOf2: Int) extends Product with Serializable

    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 CanSimplify[I, D] extends AnyRef

    Permalink

    Can simplify type class.

    Can simplify type class. Determines the shape of simplified (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 measure.untyped.Dimension

    Permalink

    Dimension.

  16. case class DimensionlessMeasure(name: String, system: SystemOfUnits, base: Option[(DimensionlessMeasure, Double)] = None) 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, base: Option[(ElectricCurrentMeasure, Double)] = None) 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, base: Option[(EnergyMeasure, Double)] = None) extends Measure[EnergyMeasure] with Product with Serializable

    Permalink

    Energy measure.

  22. type EnergyPrice = RatioMeasure[Currency, EnergyMeasure]

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

    Permalink
  24. type ExponentialLength = ExponentialMeasure[LengthMeasure]

    Permalink
  25. trait ExponentialMeasure[B <: Measure[B]] extends Measure[ExponentialMeasure[B]] with measure.untyped.ExponentialMeasure

    Permalink

    Exponential measure.

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

    Permalink
  27. case class ForceMeasure(name: String, system: SystemOfUnits, base: Option[(ForceMeasure, Double)] = None) extends Measure[ForceMeasure] with Product with Serializable

    Permalink

    Force measure.

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

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

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

    Permalink
  31. case class InformationMeasure(name: String, system: SystemOfUnits, base: Option[(InformationMeasure, Double)] = None) extends Measure[InformationMeasure] with Product with Serializable

    Permalink

    Information measure.

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

    Permalink
  33. case class LengthMeasure(name: String, system: SystemOfUnits, base: Option[(LengthMeasure, Double)] = None) extends Measure[LengthMeasure] with Product with Serializable

    Permalink

    Length measure.

  34. type LuminousFluxDimension = ProductDimension[LuminousIntensityDimension, NoDimension]

    Permalink
  35. case class LuminousFluxMeasure(name: String, system: SystemOfUnits, base: Option[(LuminousFluxMeasure, Double)] = None) extends Measure[LuminousFluxMeasure] with Product with Serializable

    Permalink

    Luminous flux measure.

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

    Permalink
  37. case class LuminousIntensityMeasure(name: String, system: SystemOfUnits, base: Option[(LuminousIntensityMeasure, Double)] = None) extends Measure[LuminousIntensityMeasure] with Product with Serializable

    Permalink

    Luminous intensity measure.

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

    Permalink
  39. case class MassMeasure extends Measure[MassMeasure] with Product with Serializable

    Permalink

    Mass measure.

  40. trait Measure[Self <: Measure[Self]] extends measure.untyped.Measure

    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 simplify, perform simplification and should be called only when necessary.

  41. trait MeasureParsers extends JavaTokenParsers

    Permalink

    Measure parsers.

  42. trait MeasureProvider extends AnyRef

    Permalink

    Measure provider.

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

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

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

    Permalink
  46. case class PowerMeasure(name: String, system: SystemOfUnits, base: Option[(PowerMeasure, Double)] = None) extends Measure[PowerMeasure] with Product with Serializable

    Permalink

    Power measure.

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

    Permalink
  48. case class PressureMeasure(name: String, system: SystemOfUnits, base: Option[(PressureMeasure, Double)] = None) extends Measure[PressureMeasure] with Product with Serializable

    Permalink

    Pressure measure.

  49. type Price[M <: Measure[M], N <: Measure[N]] = RatioMeasure[M, N]

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

    Permalink
  51. trait ProductMeasure[M1 <: Measure[M1], M2 <: Measure[M2]] extends Measure[ProductMeasure[M1, M2]] with measure.untyped.ProductMeasure

    Permalink

    Product measure.

  52. case class Quantity[N, M <: Measure[M]](value: N, measure: M)(implicit qn: QuasiNumeric[N]) extends measure.untyped.Quantity[N] with Product with Serializable

    Permalink

    Quantity.

  53. trait QuasiNumeric[T] extends AnyRef

    Permalink

    Quasi-numeric type class.

  54. sealed case class RatioDimension[D1 <: Dimension[D1], D2 <: Dimension[D2]](numerator: D1, denominator: D2) extends Dimension[RatioDimension[D1, D2]] with measure.untyped.RatioDimension with Product with Serializable

    Permalink
  55. trait RatioMeasure[M1 <: Measure[M1], M2 <: Measure[M2]] extends Measure[RatioMeasure[M1, M2]] with measure.untyped.RatioMeasure

    Permalink

    Ratio measure.

  56. 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.

  57. type SpatialFrequencyDimension = RatioDimension[NoDimension, LengthDimension]

    Permalink
  58. sealed trait SystemOfUnits extends AnyRef

    Permalink

    System of units.

    System of units.

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

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

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

    Permalink
  61. case class TemporalFrequencyMeasure(name: String, system: SystemOfUnits, base: Option[(TemporalFrequencyMeasure, Double)] = None) extends Measure[TemporalFrequencyMeasure] with Product with Serializable

    Permalink

    Temporal frequency measure.

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

    Permalink
  63. case class TimeMeasure(name: String, system: SystemOfUnits, base: Option[(TimeMeasure, Double)] = None) extends Measure[TimeMeasure] with Product with Serializable

    Permalink

    Time measure.

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

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

    Permalink
  66. case class VolumeMeasure(name: String, system: SystemOfUnits, base: Option[(VolumeMeasure, Double)] = None) 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. val DJF: Currency

    Permalink
  48. val DKK: Currency

    Permalink
  49. val DOP: Currency

    Permalink
  50. val DZD: Currency

    Permalink
  51. val Deci: DecadicMultiple

    Permalink
  52. val Deka: DecadicMultiple

    Permalink
  53. val Dimensionless: NoDimension

    Permalink
  54. object DimensionlessMeasure extends Serializable

    Permalink
  55. val EGP: Currency

    Permalink
  56. val ERN: Currency

    Permalink
  57. val ETB: Currency

    Permalink
  58. val EUR: Currency

    Permalink
  59. val Ei: BinaryMultiple

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

    Permalink
  61. val ElectricCurrent: ElectricCurrentDimension

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

    Permalink
  63. val Exa: DecadicMultiple

    Permalink
  64. object ExponentialMeasure extends Serializable

    Permalink
  65. val FJD: Currency

    Permalink
  66. val FKP: Currency

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

    Permalink
  68. val Femto: DecadicMultiple

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

    Permalink
  70. val GBP: Currency

    Permalink
  71. val GEL: Currency

    Permalink
  72. val GHS: Currency

    Permalink
  73. val GIP: Currency

    Permalink
  74. val GJ: EnergyMeasure

    Permalink
  75. val GMD: Currency

    Permalink
  76. val GNF: Currency

    Permalink
  77. val GPa: PressureMeasure

    Permalink
  78. val GTQ: Currency

    Permalink
  79. val GW: PowerMeasure

    Permalink
  80. val GYD: Currency

    Permalink
  81. val Gi: BinaryMultiple

    Permalink
  82. val Giga: DecadicMultiple

    Permalink
  83. val HKD: Currency

    Permalink
  84. val HNL: Currency

    Permalink
  85. val HRK: Currency

    Permalink
  86. val HTG: Currency

    Permalink
  87. val HUF: Currency

    Permalink
  88. val Hecto: DecadicMultiple

    Permalink
  89. val Hz: TemporalFrequencyMeasure

    Permalink

    Frequency.

  90. val IDR: Currency

    Permalink
  91. val ILS: Currency

    Permalink
  92. val INR: Currency

    Permalink
  93. val IQD: Currency

    Permalink
  94. val IRR: Currency

    Permalink
  95. val ISK: Currency

    Permalink
  96. val Information: InformationDimension

    Permalink
  97. val J: EnergyMeasure

    Permalink

    Energy.

  98. val JMD: Currency

    Permalink
  99. val JOD: Currency

    Permalink
  100. val JPY: Currency

    Permalink
  101. val KES: Currency

    Permalink
  102. val KGS: Currency

    Permalink
  103. val KHR: Currency

    Permalink
  104. val KMF: Currency

    Permalink
  105. val KPW: Currency

    Permalink
  106. val KRW: Currency

    Permalink
  107. val KWD: Currency

    Permalink
  108. val KYD: Currency

    Permalink
  109. val KZT: Currency

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

    Permalink
  111. val Ki: BinaryMultiple

    Permalink

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

  112. val Kilo: DecadicMultiple

    Permalink
  113. val LAK: Currency

    Permalink
  114. val LBP: Currency

    Permalink
  115. val LKR: Currency

    Permalink
  116. val LRD: Currency

    Permalink
  117. val LSL: Currency

    Permalink
  118. val LTL: Currency

    Permalink
  119. val LVL: Currency

    Permalink
  120. val LYD: Currency

    Permalink
  121. val Length: LengthDimension

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

    Permalink
  123. val LuminousIntensity: LuminousIntensityDimension

    Permalink
  124. val MAD: Currency

    Permalink
  125. val MDL: Currency

    Permalink
  126. val MGA: Currency

    Permalink
  127. val MJ: EnergyMeasure

    Permalink
  128. val MKD: Currency

    Permalink
  129. val MMBtu: EnergyMeasure

    Permalink
  130. val MMK: Currency

    Permalink
  131. val MNT: Currency

    Permalink
  132. val MOP: Currency

    Permalink
  133. val MPa: PressureMeasure

    Permalink
  134. val MRO: Currency

    Permalink
  135. val MUR: Currency

    Permalink
  136. val MVR: Currency

    Permalink
  137. val MW: PowerMeasure

    Permalink
  138. val MWK: Currency

    Permalink
  139. val MXN: Currency

    Permalink
  140. val MXV: Currency

    Permalink
  141. val MYR: Currency

    Permalink
  142. val MZN: Currency

    Permalink
  143. val Mass: MassDimension

    Permalink
  144. object MassMeasure extends Serializable

    Permalink
  145. val Mega: DecadicMultiple

    Permalink
  146. val Mi: BinaryMultiple

    Permalink
  147. val Micro: DecadicMultiple

    Permalink
  148. val Milli: DecadicMultiple

    Permalink
  149. object Monetary extends SystemOfUnits with Product with Serializable

    Permalink
  150. val Money: MoneyDimension

    Permalink
  151. val N: ForceMeasure

    Permalink

    Force.

  152. val NAD: Currency

    Permalink
  153. val NGN: Currency

    Permalink
  154. val NIO: Currency

    Permalink
  155. val NOK: Currency

    Permalink
  156. val NPR: Currency

    Permalink
  157. val NZD: Currency

    Permalink
  158. val Nano: DecadicMultiple

    Permalink
  159. val OMR: Currency

    Permalink
  160. val PAB: Currency

    Permalink
  161. val PEN: Currency

    Permalink
  162. val PGK: Currency

    Permalink
  163. val PHP: Currency

    Permalink
  164. val PKR: Currency

    Permalink
  165. val PLN: Currency

    Permalink
  166. val PYG: Currency

    Permalink
  167. val Pa: PressureMeasure

    Permalink

    Pressure.

  168. val Peta: DecadicMultiple

    Permalink
  169. val Pi: BinaryMultiple

    Permalink
  170. val Pico: DecadicMultiple

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

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

    Permalink
  173. object ProductMeasure extends Serializable

    Permalink
  174. val QAR: Currency

    Permalink
  175. object QuasiNumeric

    Permalink
  176. val RON: Currency

    Permalink
  177. val RSD: Currency

    Permalink
  178. val RUB: Currency

    Permalink
  179. val RWF: Currency

    Permalink
  180. object RatioMeasure extends Serializable

    Permalink
  181. val SAR: Currency

    Permalink
  182. val SBD: Currency

    Permalink
  183. val SCR: Currency

    Permalink
  184. val SDG: Currency

    Permalink
  185. val SEK: Currency

    Permalink
  186. val SGD: Currency

    Permalink
  187. val SHP: Currency

    Permalink
  188. object SI extends SystemOfUnits with Product with Serializable

    Permalink
  189. val SLL: Currency

    Permalink
  190. val SOS: Currency

    Permalink
  191. val SRD: Currency

    Permalink
  192. val STD: Currency

    Permalink
  193. val SYP: Currency

    Permalink
  194. val SZL: Currency

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

    Permalink
  196. val THB: Currency

    Permalink
  197. val TJS: Currency

    Permalink
  198. val TMT: Currency

    Permalink
  199. val TND: Currency

    Permalink
  200. val TOP: Currency

    Permalink
  201. val TRY: Currency

    Permalink
  202. val TTD: Currency

    Permalink
  203. val TWD: Currency

    Permalink
  204. val TZS: Currency

    Permalink
  205. val Temperature: TemperatureDimension

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

    Permalink
  207. val Tera: DecadicMultiple

    Permalink
  208. val Ti: BinaryMultiple

    Permalink
  209. val Time: TimeDimension

    Permalink
  210. val UAH: Currency

    Permalink
  211. val UGX: Currency

    Permalink
  212. object US extends SystemOfUnits with Product with Serializable

    Permalink
  213. val USC: Currency

    Permalink
  214. val USD: Currency

    Permalink
  215. val USN: Currency

    Permalink
  216. val USS: Currency

    Permalink
  217. val UYU: Currency

    Permalink
  218. val UZS: Currency

    Permalink
  219. final val Unit: DimensionlessMeasure

    Permalink
  220. val VEF: Currency

    Permalink
  221. val VND: Currency

    Permalink
  222. val VUV: Currency

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

    Permalink
  224. val W: PowerMeasure

    Permalink

    Power.

  225. val WST: Currency

    Permalink
  226. val XAF: Currency

    Permalink
  227. val XAG: Currency

    Permalink
  228. val XAU: Currency

    Permalink
  229. val XBA: Currency

    Permalink
  230. val XBB: Currency

    Permalink
  231. val XBC: Currency

    Permalink
  232. val XBD: Currency

    Permalink
  233. val XCD: Currency

    Permalink
  234. val XDR: Currency

    Permalink
  235. val XFU: Currency

    Permalink
  236. val XOF: Currency

    Permalink
  237. val XPD: Currency

    Permalink
  238. val XPF: Currency

    Permalink
  239. val XPT: Currency

    Permalink
  240. val XTS: Currency

    Permalink
  241. val XXX: Currency

    Permalink
  242. val YER: Currency

    Permalink
  243. val Yi: BinaryMultiple

    Permalink
  244. val Yocto: DecadicMultiple

    Permalink
  245. val Yotta: DecadicMultiple

    Permalink

    SI prefixes.

  246. val ZAR: Currency

    Permalink
  247. val ZMW: Currency

    Permalink
  248. val Zepto: DecadicMultiple

    Permalink
  249. val Zetta: DecadicMultiple

    Permalink
  250. val Zi: BinaryMultiple

    Permalink
  251. val acre: ExponentialMeasure[LengthMeasure]

    Permalink
  252. package arithmetic

    Permalink
  253. val au: LengthMeasure

    Permalink
  254. val b: InformationMeasure

    Permalink

    Information.

  255. val bbl: VolumeMeasure

    Permalink
  256. val beardSecond: LengthMeasure

    Permalink
  257. val bp: DimensionlessMeasure

    Permalink
  258. val bushel: ExponentialMeasure[LengthMeasure]

    Permalink
  259. val cd: LuminousIntensityMeasure

    Permalink

    Luminous intensity.

  260. val cg: MassMeasure

    Permalink
  261. val cm: LengthMeasure

    Permalink
  262. val cm3: ExponentialMeasure[LengthMeasure]

    Permalink
  263. package commodity

    Permalink
  264. object composition

    Permalink
  265. package conversion

    Permalink
  266. val dam: LengthMeasure

    Permalink
  267. val day: TimeMeasure

    Permalink
  268. val days: TimeMeasure

    Permalink
  269. val dm: LengthMeasure

    Permalink
  270. val dwt: MassMeasure

    Permalink
  271. val fortnight: TimeMeasure

    Permalink
  272. val ft: LengthMeasure

    Permalink
  273. val ft2: ExponentialMeasure[LengthMeasure]

    Permalink
  274. val fur: LengthMeasure

    Permalink
  275. val g: MassMeasure

    Permalink

    Mass.

  276. val gal: ExponentialMeasure[LengthMeasure]

    Permalink
  277. val gr: MassMeasure

    Permalink
  278. val h: TimeMeasure

    Permalink
  279. val ha: ExponentialMeasure[LengthMeasure]

    Permalink
  280. val hm: LengthMeasure

    Permalink
  281. val hm2: ExponentialMeasure[LengthMeasure]

    Permalink
  282. val hour: TimeMeasure

    Permalink
  283. val hours: TimeMeasure

    Permalink
  284. val in: LengthMeasure

    Permalink
  285. val in3: ExponentialMeasure[LengthMeasure]

    Permalink
  286. val kJ: EnergyMeasure

    Permalink
  287. val kPa: PressureMeasure

    Permalink
  288. val kW: PowerMeasure

    Permalink
  289. val kg: MassMeasure

    Permalink
  290. val kip: MassMeasure

    Permalink
  291. val km: LengthMeasure

    Permalink
  292. val km2: ExponentialMeasure[LengthMeasure]

    Permalink
  293. val lb: MassMeasure

    Permalink
  294. val lb_troy: MassMeasure

    Permalink
  295. val liter: ExponentialMeasure[LengthMeasure]

    Permalink
  296. val lm: LuminousFluxMeasure

    Permalink

    Luminous flux.

  297. val ly: LengthMeasure

    Permalink
  298. val m: LengthMeasure

    Permalink

    Length.

  299. val m2: ExponentialMeasure[LengthMeasure]

    Permalink

    Area.

  300. val m3: ExponentialMeasure[LengthMeasure]

    Permalink

    Volume.

  301. val mg: MassMeasure

    Permalink
  302. val mi: LengthMeasure

    Permalink
  303. val min: TimeMeasure

    Permalink
  304. val mins: TimeMeasure

    Permalink
  305. val mm: LengthMeasure

    Permalink
  306. val ms: TimeMeasure

    Permalink
  307. val mt: MassMeasure

    Permalink
  308. val nm: LengthMeasure

    Permalink
  309. val nmi: LengthMeasure

    Permalink
  310. val ns: TimeMeasure

    Permalink
  311. val oz: MassMeasure

    Permalink
  312. val oz_metric: MassMeasure

    Permalink
  313. val oz_troy: MassMeasure

    Permalink
  314. val parsec: LengthMeasure

    Permalink
  315. val pc: LengthMeasure

    Permalink
  316. val peck: ExponentialMeasure[LengthMeasure]

    Permalink
  317. val percent: DimensionlessMeasure

    Permalink

    Dimensionless.

  318. val pi_dry: ExponentialMeasure[LengthMeasure]

    Permalink
  319. val pi_liquid: ExponentialMeasure[LengthMeasure]

    Permalink
  320. val qt_dry: ExponentialMeasure[LengthMeasure]

    Permalink
  321. val qt_liquid: ExponentialMeasure[LengthMeasure]

    Permalink
  322. package quantity

    Permalink
  323. val rad: DimensionlessMeasure

    Permalink
  324. val rd: LengthMeasure

    Permalink
  325. val s: TimeMeasure

    Permalink

    Time.

  326. val sec: TimeMeasure

    Permalink
  327. val secs: TimeMeasure

    Permalink
  328. package simplification

    Permalink
  329. val siriometer: LengthMeasure

    Permalink
  330. val sr: DimensionlessMeasure

    Permalink
  331. val t: MassMeasure

    Permalink
  332. val thou: LengthMeasure

    Permalink
  333. val ton: MassMeasure

    Permalink
  334. package untyped

    Permalink
  335. val yd: LengthMeasure

    Permalink
  336. val year360: TimeMeasure

    Permalink
  337. val year365: TimeMeasure

    Permalink
  338. val years: TimeMeasure

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped