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 CanAdd[A1, A2] extends AnyRef

    Permalink

    Can add type class.

    Can add type class.

    Annotations
    @implicitNotFound( ... )
  6. trait CanAddQuantity[N, M1 <: Measure[M1], A1 <: Quantity[N, M1], M2 <: Measure[M2], A2 <: Quantity[N, M2], RM <: Measure[RM]] extends CanAdd[M1, M2]

    Permalink

    Can add quantity type class.

    Can add quantity type class.

    Annotations
    @implicitNotFound( ... )
  7. trait CanConvert[From, To] extends AnyRef

    Permalink

    Can convert type class.

    Can convert type class.

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

    Permalink

    Can divide type class.

    Can divide type class.

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

    Permalink

    Can exponentiate type class.

    Can exponentiate type class.

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

    Permalink

    Can multiply type class.

    Can multiply type class.

    Annotations
    @implicitNotFound( ... )
  11. trait CanSimplify[I, D] extends AnyRef

    Permalink

    Can simplify type class.

    Can simplify type class. Determines the shape of simplified (deflated) measure.

    Annotations
    @implicitNotFound( ... )
  12. case class Conversion[From, To](from: From, to: To) extends Product with Serializable

    Permalink

    Conversion.

  13. case class ConvertException(message: String) extends Exception with Product with Serializable

    Permalink

    Convert exception.

  14. trait Converter[From, To] extends AnyRef

    Permalink

    Converter.

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

    Permalink

    Currency.

  16. type CurrencyPrice = RatioMeasure[Currency, Currency]

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

    Permalink

    Decadic multiple.

    Decadic multiple.

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

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

    Permalink
  19. trait Dimension[Self <: Dimension[Self]] extends measure.untyped.Dimension

    Permalink

    Dimension.

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

    Permalink

    Dimensionless measure.

  21. type ElectricChargeDimension = ProductDimension[ElectricCurrentDimension, TimeDimension]

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

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

    Permalink

    Electric current measure.

  24. trait EnergyConverter extends SameTypeConverter[EnergyMeasure]

    Permalink

    Energy converter.

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

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

    Permalink

    Energy measure.

  27. type EnergyPrice = RatioMeasure[Currency, EnergyMeasure]

    Permalink
  28. trait EnergyPricePerDimensionlessConverter extends SameMeasureConverter[RatioMeasure[RatioMeasure[Currency, EnergyMeasure], DimensionlessMeasure]]

    Permalink

    EnergyPrice / () converter.

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

    Permalink
  30. trait ExponentialLengthConverter extends SameTypeConverter[ExponentialLengthMeasure]

    Permalink

    Length n converter.

  31. type ExponentialLengthMeasure = ExponentialMeasure[LengthMeasure]

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

    Permalink

    Exponential measure.

  33. trait FixedCurrencyConverter extends SameMeasureConverter[Currency]

    Permalink

    Currency converter with fixed FX rate.

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

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

    Permalink

    Force measure.

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

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

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

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

    Permalink

    Information measure.

  40. trait LengthConverter extends SameMeasureConverter[LengthMeasure]

    Permalink

    Length converter.

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

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

    Permalink

    Length measure.

  43. type LuminousFluxDimension = ProductDimension[LuminousIntensityDimension, NoDimension]

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

    Permalink

    Luminous flux measure.

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

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

    Permalink

    Luminous intensity measure.

  47. trait MassConverter extends SameMeasureConverter[MassMeasure]

    Permalink

    Mass converter.

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

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

    Permalink

    Mass measure.

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

  51. trait MeasureParsers extends JavaTokenParsers

    Permalink

    Measure parsers.

  52. trait MeasureProvider extends AnyRef

    Permalink

    Measure provider.

  53. trait Measures[N] extends Any

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

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

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

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

    Permalink

    Power measure.

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

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

    Permalink

    Pressure measure.

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

    Permalink
  61. 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
  62. trait ProductMeasure[M1 <: Measure[M1], M2 <: Measure[M2]] extends Measure[ProductMeasure[M1, M2]] with measure.untyped.ProductMeasure

    Permalink

    Product measure.

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

  64. trait QuasiNumeric[T] extends AnyRef

    Permalink

    Quasi-numeric type class.

  65. 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
  66. trait RatioMeasure[M1 <: Measure[M1], M2 <: Measure[M2]] extends Measure[RatioMeasure[M1, M2]] with measure.untyped.RatioMeasure

    Permalink

    Ratio measure.

  67. trait Reducer[From, To] extends AnyRef

    Permalink

    Reducer.

    Reducer. Transforms measure to potentially simpler form by cancelling common factors.

  68. trait SameMeasureConverter[T <: Measure[T]] extends SameTypeConverter[T]

    Permalink

    Same measure converter.

  69. trait SameTypeConverter[T] extends Converter[T, T]

    Permalink

    Same type converter.

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

  71. type SpatialFrequencyDimension = RatioDimension[NoDimension, LengthDimension]

    Permalink
  72. sealed trait SystemOfUnits extends AnyRef

    Permalink

    System of units.

    System of units.

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

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

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

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

    Permalink

    Temporal frequency measure.

  76. trait TimeConverter extends SameMeasureConverter[TimeMeasure]

    Permalink

    Time converter.

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

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

    Permalink

    Time measure.

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

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

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

    Permalink

    Volume measure.

  82. trait VolumeToExponentialLengthConverter extends Converter[VolumeMeasure, ExponentialLengthMeasure]

    Permalink

    Volume to Lengthn converter.

  83. type [From, To] = Conversion[From, To]

    Permalink

Value Members

  1. val *: ProductMeasure.type

    Permalink
  2. val /: RatioMeasure.type

    Permalink
  3. val A: ElectricCurrentMeasure

    Permalink

    Electric current.

  4. val AED: Currency

    Permalink

    Currency.

  5. val AFN: Currency

    Permalink
  6. val ALL: Currency

    Permalink
  7. val AMD: Currency

    Permalink
  8. val ANG: Currency

    Permalink
  9. val AOA: Currency

    Permalink
  10. val ARS: Currency

    Permalink
  11. val AUD: Currency

    Permalink
  12. val AWG: Currency

    Permalink
  13. val AZN: Currency

    Permalink
  14. val Amount: AmountDimension

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

    Permalink
  16. val Atto: DecadicMultiple

    Permalink
  17. val B: InformationMeasure

    Permalink
  18. val BAM: Currency

    Permalink
  19. val BBD: Currency

    Permalink
  20. val BDT: Currency

    Permalink
  21. val BGN: Currency

    Permalink
  22. val BHD: Currency

    Permalink
  23. val BIF: Currency

    Permalink
  24. val BMD: Currency

    Permalink
  25. val BND: Currency

    Permalink
  26. val BOB: Currency

    Permalink
  27. val BOV: Currency

    Permalink
  28. val BRL: Currency

    Permalink
  29. val BSD: Currency

    Permalink
  30. val BTN: Currency

    Permalink
  31. val BWP: Currency

    Permalink
  32. val BYR: Currency

    Permalink
  33. val BZD: Currency

    Permalink
  34. val CAD: Currency

    Permalink
  35. val CDF: Currency

    Permalink
  36. val CHF: Currency

    Permalink
  37. val CLF: Currency

    Permalink
  38. val CLP: Currency

    Permalink
  39. val CNY: Currency

    Permalink
  40. val COP: Currency

    Permalink
  41. val CRC: Currency

    Permalink
  42. val CUC: Currency

    Permalink
  43. val CUP: Currency

    Permalink
  44. val CVE: Currency

    Permalink
  45. val CZK: Currency

    Permalink
  46. object CanAddQuantity

    Permalink
  47. object CanConvert

    Permalink
  48. val Centi: DecadicMultiple

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

    Permalink
  50. object ConvertException extends Serializable

    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. object DimensionlessConverter extends SameMeasureConverter[DimensionlessMeasure] with Product with Serializable

    Permalink

    Dimensionless converter.

  59. object DimensionlessMeasure extends Serializable

    Permalink
  60. val EGP: Currency

    Permalink
  61. val ERN: Currency

    Permalink
  62. val ETB: Currency

    Permalink
  63. val EUR: Currency

    Permalink
  64. val Ei: BinaryMultiple

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

    Permalink
  66. val ElectricCurrent: ElectricCurrentDimension

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

    Permalink
  68. object EnergyConverter

    Permalink
  69. object EnergyPricePerDimensionlessConverter

    Permalink
  70. val Exa: DecadicMultiple

    Permalink
  71. object ExponentialLengthConverter

    Permalink
  72. object ExponentialMeasure extends Serializable

    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. object FixedCurrencyConverter

    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 GPa: PressureMeasure

    Permalink
  87. val GTQ: Currency

    Permalink
  88. val GW: PowerMeasure

    Permalink
  89. val GYD: Currency

    Permalink
  90. val Gi: BinaryMultiple

    Permalink
  91. val Giga: DecadicMultiple

    Permalink
  92. val HKD: Currency

    Permalink
  93. val HNL: Currency

    Permalink
  94. val HRK: Currency

    Permalink
  95. val HTG: Currency

    Permalink
  96. val HUF: Currency

    Permalink
  97. val Hecto: DecadicMultiple

    Permalink
  98. val Hz: TemporalFrequencyMeasure

    Permalink

    Frequency.

  99. val IDR: Currency

    Permalink
  100. val ILS: Currency

    Permalink
  101. val INR: Currency

    Permalink
  102. val IQD: Currency

    Permalink
  103. val IRR: Currency

    Permalink
  104. val ISK: Currency

    Permalink
  105. val Information: InformationDimension

    Permalink
  106. val J: EnergyMeasure

    Permalink

    Energy.

  107. val JMD: Currency

    Permalink
  108. val JOD: Currency

    Permalink
  109. val JPY: Currency

    Permalink
  110. val KES: Currency

    Permalink
  111. val KGS: Currency

    Permalink
  112. val KHR: Currency

    Permalink
  113. val KMF: Currency

    Permalink
  114. val KPW: Currency

    Permalink
  115. val KRW: Currency

    Permalink
  116. val KWD: Currency

    Permalink
  117. val KYD: Currency

    Permalink
  118. val KZT: Currency

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

    Permalink
  120. val Ki: BinaryMultiple

    Permalink

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

  121. val Kilo: DecadicMultiple

    Permalink
  122. val LAK: Currency

    Permalink
  123. val LBP: Currency

    Permalink
  124. val LKR: Currency

    Permalink
  125. val LRD: Currency

    Permalink
  126. val LSL: Currency

    Permalink
  127. val LTL: Currency

    Permalink
  128. val LVL: Currency

    Permalink
  129. val LYD: Currency

    Permalink
  130. val Length: LengthDimension

    Permalink
  131. object LengthConverter

    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 MJ: EnergyMeasure

    Permalink
  138. val MKD: Currency

    Permalink
  139. val MMBtu: EnergyMeasure

    Permalink
  140. val MMK: Currency

    Permalink
  141. val MNT: Currency

    Permalink
  142. val MOP: Currency

    Permalink
  143. val MPa: PressureMeasure

    Permalink
  144. val MRO: Currency

    Permalink
  145. val MUR: Currency

    Permalink
  146. val MVR: Currency

    Permalink
  147. val MW: PowerMeasure

    Permalink
  148. val MWK: Currency

    Permalink
  149. val MXN: Currency

    Permalink
  150. val MXV: Currency

    Permalink
  151. val MYR: Currency

    Permalink
  152. val MZN: Currency

    Permalink
  153. val Mass: MassDimension

    Permalink
  154. object MassConverter

    Permalink
  155. object MassMeasure extends Serializable

    Permalink
  156. val Mega: DecadicMultiple

    Permalink
  157. val Mi: BinaryMultiple

    Permalink
  158. val Micro: DecadicMultiple

    Permalink
  159. val Milli: DecadicMultiple

    Permalink
  160. object Monetary extends SystemOfUnits with Product with Serializable

    Permalink
  161. val Money: MoneyDimension

    Permalink
  162. val N: ForceMeasure

    Permalink

    Force.

  163. val NAD: Currency

    Permalink
  164. val NGN: Currency

    Permalink
  165. val NIO: Currency

    Permalink
  166. val NOK: Currency

    Permalink
  167. val NPR: Currency

    Permalink
  168. val NZD: Currency

    Permalink
  169. val Nano: DecadicMultiple

    Permalink
  170. val OMR: Currency

    Permalink
  171. val PAB: Currency

    Permalink
  172. val PEN: Currency

    Permalink
  173. val PGK: Currency

    Permalink
  174. val PHP: Currency

    Permalink
  175. val PKR: Currency

    Permalink
  176. val PLN: Currency

    Permalink
  177. val PYG: Currency

    Permalink
  178. val Pa: PressureMeasure

    Permalink

    Pressure.

  179. val Peta: DecadicMultiple

    Permalink
  180. val Pi: BinaryMultiple

    Permalink
  181. val Pico: DecadicMultiple

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

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

    Permalink
  184. object ProductMeasure extends Serializable

    Permalink
  185. val QAR: Currency

    Permalink
  186. object QuasiNumeric

    Permalink
  187. val RON: Currency

    Permalink
  188. val RSD: Currency

    Permalink
  189. val RUB: Currency

    Permalink
  190. val RWF: Currency

    Permalink
  191. object RatioMeasure extends Serializable

    Permalink
  192. val SAR: Currency

    Permalink
  193. val SBD: Currency

    Permalink
  194. val SCR: Currency

    Permalink
  195. val SDG: Currency

    Permalink
  196. val SEK: Currency

    Permalink
  197. val SGD: Currency

    Permalink
  198. val SHP: Currency

    Permalink
  199. object SI extends SystemOfUnits with Product with Serializable

    Permalink
  200. val SLL: Currency

    Permalink
  201. val SOS: Currency

    Permalink
  202. val SRD: Currency

    Permalink
  203. val STD: Currency

    Permalink
  204. val SYP: Currency

    Permalink
  205. val SZL: Currency

    Permalink
  206. object SameTypeConverter

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

    Permalink
  208. val THB: Currency

    Permalink
  209. val TJS: Currency

    Permalink
  210. val TMT: Currency

    Permalink
  211. val TND: Currency

    Permalink
  212. val TOP: Currency

    Permalink
  213. val TRY: Currency

    Permalink
  214. val TTD: Currency

    Permalink
  215. val TWD: Currency

    Permalink
  216. val TZS: Currency

    Permalink
  217. val Temperature: TemperatureDimension

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

    Permalink
  219. val Tera: DecadicMultiple

    Permalink
  220. val Ti: BinaryMultiple

    Permalink
  221. val Time: TimeDimension

    Permalink
  222. object TimeConverter

    Permalink
  223. val UAH: Currency

    Permalink
  224. val UGX: Currency

    Permalink
  225. object US extends SystemOfUnits with Product with Serializable

    Permalink
  226. val USC: Currency

    Permalink
  227. val USD: Currency

    Permalink
  228. val USN: Currency

    Permalink
  229. val USS: Currency

    Permalink
  230. val UYU: Currency

    Permalink
  231. val UZS: Currency

    Permalink
  232. final val Unit: DimensionlessMeasure

    Permalink

    Dimensionless.

  233. val VEF: Currency

    Permalink
  234. val VND: Currency

    Permalink
  235. val VUV: Currency

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

    Permalink
  237. object VolumeToExponentialLengthConverter

    Permalink
  238. val W: PowerMeasure

    Permalink

    Power.

  239. val WST: Currency

    Permalink
  240. val XAF: Currency

    Permalink
  241. val XAG: Currency

    Permalink
  242. val XAU: Currency

    Permalink
  243. val XBA: Currency

    Permalink
  244. val XBB: Currency

    Permalink
  245. val XBC: Currency

    Permalink
  246. val XBD: Currency

    Permalink
  247. val XCD: Currency

    Permalink
  248. val XDR: Currency

    Permalink
  249. val XFU: Currency

    Permalink
  250. val XOF: Currency

    Permalink
  251. val XPD: Currency

    Permalink
  252. val XPF: Currency

    Permalink
  253. val XPT: Currency

    Permalink
  254. val XTS: Currency

    Permalink
  255. val XXX: Currency

    Permalink
  256. val YER: Currency

    Permalink
  257. val Yi: BinaryMultiple

    Permalink
  258. val Yocto: DecadicMultiple

    Permalink
  259. val Yotta: DecadicMultiple

    Permalink

    SI prefixes.

  260. val ZAR: Currency

    Permalink
  261. val ZMW: Currency

    Permalink
  262. val Zepto: DecadicMultiple

    Permalink
  263. val Zetta: DecadicMultiple

    Permalink
  264. val Zi: BinaryMultiple

    Permalink
  265. val ^: ExponentialMeasure.type

    Permalink
  266. val acre: ExponentialMeasure[LengthMeasure]

    Permalink
  267. object arithmetic

    Permalink
  268. val au: LengthMeasure

    Permalink
  269. val b: InformationMeasure

    Permalink

    Information.

  270. val bbl: VolumeMeasure

    Permalink
  271. val beardSecond: LengthMeasure

    Permalink
  272. val bp: DimensionlessMeasure

    Permalink
  273. val bushel: ExponentialMeasure[LengthMeasure]

    Permalink
  274. val cd: LuminousIntensityMeasure

    Permalink

    Luminous intensity.

  275. val cg: MassMeasure

    Permalink
  276. val cm: LengthMeasure

    Permalink
  277. val cm3: ExponentialMeasure[LengthMeasure]

    Permalink
  278. object commodity

    Permalink
  279. object composition

    Permalink
  280. object conversion

    Permalink
  281. val dam: LengthMeasure

    Permalink
  282. val day: TimeMeasure

    Permalink
  283. val days: 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 hour: TimeMeasure

    Permalink
  298. val hours: TimeMeasure

    Permalink
  299. object implicits extends SafeArithmeticImplicits with DefaultSimplification with DefaultConversionImplicits

    Permalink
  300. val in: LengthMeasure

    Permalink
  301. val in3: ExponentialMeasure[LengthMeasure]

    Permalink
  302. val kJ: EnergyMeasure

    Permalink
  303. val kPa: PressureMeasure

    Permalink
  304. val kW: PowerMeasure

    Permalink
  305. val kg: MassMeasure

    Permalink
  306. val kip: MassMeasure

    Permalink
  307. val km: LengthMeasure

    Permalink
  308. val km2: ExponentialMeasure[LengthMeasure]

    Permalink
  309. val lb: MassMeasure

    Permalink
  310. val lb_troy: MassMeasure

    Permalink
  311. val liter: ExponentialMeasure[LengthMeasure]

    Permalink
  312. val lm: LuminousFluxMeasure

    Permalink

    Luminous flux.

  313. val ly: LengthMeasure

    Permalink
  314. val m: LengthMeasure

    Permalink

    Length.

  315. val m2: ExponentialMeasure[LengthMeasure]

    Permalink

    Area.

  316. val m3: ExponentialMeasure[LengthMeasure]

    Permalink

    Volume.

  317. val mg: MassMeasure

    Permalink
  318. val mi: LengthMeasure

    Permalink
  319. val min: TimeMeasure

    Permalink
  320. val mins: TimeMeasure

    Permalink
  321. val mm: LengthMeasure

    Permalink
  322. val ms: TimeMeasure

    Permalink
  323. val mt: MassMeasure

    Permalink
  324. val nm: LengthMeasure

    Permalink
  325. val nmi: LengthMeasure

    Permalink
  326. val ns: TimeMeasure

    Permalink
  327. val oz: MassMeasure

    Permalink
  328. val oz_metric: MassMeasure

    Permalink
  329. val oz_troy: MassMeasure

    Permalink
  330. val parsec: LengthMeasure

    Permalink
  331. val pc: LengthMeasure

    Permalink
  332. val peck: ExponentialMeasure[LengthMeasure]

    Permalink
  333. val percent: DimensionlessMeasure

    Permalink
  334. val pi_dry: ExponentialMeasure[LengthMeasure]

    Permalink
  335. val pi_liquid: ExponentialMeasure[LengthMeasure]

    Permalink
  336. val qt_dry: ExponentialMeasure[LengthMeasure]

    Permalink
  337. val qt_liquid: ExponentialMeasure[LengthMeasure]

    Permalink
  338. val rad: DimensionlessMeasure

    Permalink
  339. val rd: LengthMeasure

    Permalink
  340. val s: TimeMeasure

    Permalink

    Time.

  341. val sec: TimeMeasure

    Permalink
  342. val secs: TimeMeasure

    Permalink
  343. object simplification

    Permalink
  344. val siriometer: LengthMeasure

    Permalink
  345. val sr: DimensionlessMeasure

    Permalink
  346. val t: MassMeasure

    Permalink
  347. val thou: LengthMeasure

    Permalink
  348. val ton: MassMeasure

    Permalink
  349. package untyped

    Permalink
  350. val yd: LengthMeasure

    Permalink
  351. val year360: TimeMeasure

    Permalink
  352. val year365: TimeMeasure

    Permalink
  353. val years: TimeMeasure

    Permalink
  354. val : Conversion.type

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped