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 CanAdd

    Permalink
  47. object CanAddQuantity

    Permalink
  48. object CanConvert

    Permalink
  49. val Centi: DecadicMultiple

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

    Permalink
  51. object ConvertException extends Serializable

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

    Permalink

    Dimensionless converter.

  60. object DimensionlessMeasure extends Serializable

    Permalink
  61. val EGP: Currency

    Permalink
  62. val ERN: Currency

    Permalink
  63. val ETB: Currency

    Permalink
  64. val EUR: Currency

    Permalink
  65. val Ei: BinaryMultiple

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

    Permalink
  67. val ElectricCurrent: ElectricCurrentDimension

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

    Permalink
  69. object EnergyConverter

    Permalink
  70. object EnergyPricePerDimensionlessConverter

    Permalink
  71. val Exa: DecadicMultiple

    Permalink
  72. object ExponentialLengthConverter

    Permalink
  73. object ExponentialMeasure extends Serializable

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

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

    Permalink
  80. val GBP: Currency

    Permalink
  81. val GEL: Currency

    Permalink
  82. val GHS: Currency

    Permalink
  83. val GIP: Currency

    Permalink
  84. val GJ: EnergyMeasure

    Permalink
  85. val GMD: Currency

    Permalink
  86. val GNF: Currency

    Permalink
  87. val GPa: PressureMeasure

    Permalink
  88. val GTQ: Currency

    Permalink
  89. val GW: PowerMeasure

    Permalink
  90. val GYD: Currency

    Permalink
  91. val Gi: BinaryMultiple

    Permalink
  92. val Giga: DecadicMultiple

    Permalink
  93. val HKD: Currency

    Permalink
  94. val HNL: Currency

    Permalink
  95. val HRK: Currency

    Permalink
  96. val HTG: Currency

    Permalink
  97. val HUF: Currency

    Permalink
  98. val Hecto: DecadicMultiple

    Permalink
  99. val Hz: TemporalFrequencyMeasure

    Permalink

    Frequency.

  100. val IDR: Currency

    Permalink
  101. val ILS: Currency

    Permalink
  102. val INR: Currency

    Permalink
  103. val IQD: Currency

    Permalink
  104. val IRR: Currency

    Permalink
  105. val ISK: Currency

    Permalink
  106. val Information: InformationDimension

    Permalink
  107. val J: EnergyMeasure

    Permalink

    Energy.

  108. val JMD: Currency

    Permalink
  109. val JOD: Currency

    Permalink
  110. val JPY: Currency

    Permalink
  111. val KES: Currency

    Permalink
  112. val KGS: Currency

    Permalink
  113. val KHR: Currency

    Permalink
  114. val KMF: Currency

    Permalink
  115. val KPW: Currency

    Permalink
  116. val KRW: Currency

    Permalink
  117. val KWD: Currency

    Permalink
  118. val KYD: Currency

    Permalink
  119. val KZT: Currency

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

    Permalink
  121. val Ki: BinaryMultiple

    Permalink

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

  122. val Kilo: DecadicMultiple

    Permalink
  123. val LAK: Currency

    Permalink
  124. val LBP: Currency

    Permalink
  125. val LKR: Currency

    Permalink
  126. val LRD: Currency

    Permalink
  127. val LSL: Currency

    Permalink
  128. val LTL: Currency

    Permalink
  129. val LVL: Currency

    Permalink
  130. val LYD: Currency

    Permalink
  131. val Length: LengthDimension

    Permalink
  132. object LengthConverter

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

    Permalink
  134. val LuminousIntensity: LuminousIntensityDimension

    Permalink
  135. val MAD: Currency

    Permalink
  136. val MDL: Currency

    Permalink
  137. val MGA: Currency

    Permalink
  138. val MJ: EnergyMeasure

    Permalink
  139. val MKD: Currency

    Permalink
  140. val MMBtu: EnergyMeasure

    Permalink
  141. val MMK: Currency

    Permalink
  142. val MNT: Currency

    Permalink
  143. val MOP: Currency

    Permalink
  144. val MPa: PressureMeasure

    Permalink
  145. val MRO: Currency

    Permalink
  146. val MUR: Currency

    Permalink
  147. val MVR: Currency

    Permalink
  148. val MW: PowerMeasure

    Permalink
  149. val MWK: Currency

    Permalink
  150. val MXN: Currency

    Permalink
  151. val MXV: Currency

    Permalink
  152. val MYR: Currency

    Permalink
  153. val MZN: Currency

    Permalink
  154. val Mass: MassDimension

    Permalink
  155. object MassConverter

    Permalink
  156. object MassMeasure extends Serializable

    Permalink
  157. val Mega: DecadicMultiple

    Permalink
  158. val Mi: BinaryMultiple

    Permalink
  159. val Micro: DecadicMultiple

    Permalink
  160. val Milli: DecadicMultiple

    Permalink
  161. object Monetary extends SystemOfUnits with Product with Serializable

    Permalink
  162. val Money: MoneyDimension

    Permalink
  163. val N: ForceMeasure

    Permalink

    Force.

  164. val NAD: Currency

    Permalink
  165. val NGN: Currency

    Permalink
  166. val NIO: Currency

    Permalink
  167. val NOK: Currency

    Permalink
  168. val NPR: Currency

    Permalink
  169. val NZD: Currency

    Permalink
  170. val Nano: DecadicMultiple

    Permalink
  171. val OMR: Currency

    Permalink
  172. val PAB: Currency

    Permalink
  173. val PEN: Currency

    Permalink
  174. val PGK: Currency

    Permalink
  175. val PHP: Currency

    Permalink
  176. val PKR: Currency

    Permalink
  177. val PLN: Currency

    Permalink
  178. val PYG: Currency

    Permalink
  179. val Pa: PressureMeasure

    Permalink

    Pressure.

  180. val Peta: DecadicMultiple

    Permalink
  181. val Pi: BinaryMultiple

    Permalink
  182. val Pico: DecadicMultiple

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

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

    Permalink
  185. object ProductMeasure extends Serializable

    Permalink
  186. val QAR: Currency

    Permalink
  187. object QuasiNumeric

    Permalink
  188. val RON: Currency

    Permalink
  189. val RSD: Currency

    Permalink
  190. val RUB: Currency

    Permalink
  191. val RWF: Currency

    Permalink
  192. object RatioMeasure extends Serializable

    Permalink
  193. val SAR: Currency

    Permalink
  194. val SBD: Currency

    Permalink
  195. val SCR: Currency

    Permalink
  196. val SDG: Currency

    Permalink
  197. val SEK: Currency

    Permalink
  198. val SGD: Currency

    Permalink
  199. val SHP: Currency

    Permalink
  200. object SI extends SystemOfUnits with Product with Serializable

    Permalink
  201. val SLL: Currency

    Permalink
  202. val SOS: Currency

    Permalink
  203. val SRD: Currency

    Permalink
  204. val STD: Currency

    Permalink
  205. val SYP: Currency

    Permalink
  206. val SZL: Currency

    Permalink
  207. object SameTypeConverter

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

    Permalink
  209. val THB: Currency

    Permalink
  210. val TJS: Currency

    Permalink
  211. val TMT: Currency

    Permalink
  212. val TND: Currency

    Permalink
  213. val TOP: Currency

    Permalink
  214. val TRY: Currency

    Permalink
  215. val TTD: Currency

    Permalink
  216. val TWD: Currency

    Permalink
  217. val TZS: Currency

    Permalink
  218. val Temperature: TemperatureDimension

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

    Permalink
  220. val Tera: DecadicMultiple

    Permalink
  221. val Ti: BinaryMultiple

    Permalink
  222. val Time: TimeDimension

    Permalink
  223. object TimeConverter

    Permalink
  224. val UAH: Currency

    Permalink
  225. val UGX: Currency

    Permalink
  226. object US extends SystemOfUnits with Product with Serializable

    Permalink
  227. val USC: Currency

    Permalink
  228. val USD: Currency

    Permalink
  229. val USN: Currency

    Permalink
  230. val USS: Currency

    Permalink
  231. val UYU: Currency

    Permalink
  232. val UZS: Currency

    Permalink
  233. final val Unit: DimensionlessMeasure

    Permalink

    Dimensionless.

  234. val VEF: Currency

    Permalink
  235. val VND: Currency

    Permalink
  236. val VUV: Currency

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

    Permalink
  238. object VolumeToExponentialLengthConverter

    Permalink
  239. val W: PowerMeasure

    Permalink

    Power.

  240. val WST: Currency

    Permalink
  241. val XAF: Currency

    Permalink
  242. val XAG: Currency

    Permalink
  243. val XAU: Currency

    Permalink
  244. val XBA: Currency

    Permalink
  245. val XBB: Currency

    Permalink
  246. val XBC: Currency

    Permalink
  247. val XBD: Currency

    Permalink
  248. val XCD: Currency

    Permalink
  249. val XDR: Currency

    Permalink
  250. val XFU: Currency

    Permalink
  251. val XOF: Currency

    Permalink
  252. val XPD: Currency

    Permalink
  253. val XPF: Currency

    Permalink
  254. val XPT: Currency

    Permalink
  255. val XTS: Currency

    Permalink
  256. val XXX: Currency

    Permalink
  257. val YER: Currency

    Permalink
  258. val Yi: BinaryMultiple

    Permalink
  259. val Yocto: DecadicMultiple

    Permalink
  260. val Yotta: DecadicMultiple

    Permalink

    SI prefixes.

  261. val ZAR: Currency

    Permalink
  262. val ZMW: Currency

    Permalink
  263. val Zepto: DecadicMultiple

    Permalink
  264. val Zetta: DecadicMultiple

    Permalink
  265. val Zi: BinaryMultiple

    Permalink
  266. val ^: ExponentialMeasure.type

    Permalink
  267. val acre: ExponentialMeasure[LengthMeasure]

    Permalink
  268. object arithmetic

    Permalink
  269. val au: LengthMeasure

    Permalink
  270. val b: InformationMeasure

    Permalink

    Information.

  271. val bbl: VolumeMeasure

    Permalink
  272. val beardSecond: LengthMeasure

    Permalink
  273. val bp: DimensionlessMeasure

    Permalink
  274. val bushel: ExponentialMeasure[LengthMeasure]

    Permalink
  275. val cd: LuminousIntensityMeasure

    Permalink

    Luminous intensity.

  276. val cg: MassMeasure

    Permalink
  277. val cm: LengthMeasure

    Permalink
  278. val cm3: ExponentialMeasure[LengthMeasure]

    Permalink
  279. object commodity

    Permalink
  280. object composition

    Permalink
  281. object conversion

    Permalink
  282. val dam: LengthMeasure

    Permalink
  283. val day: TimeMeasure

    Permalink
  284. val days: TimeMeasure

    Permalink
  285. val dm: LengthMeasure

    Permalink
  286. val dwt: MassMeasure

    Permalink
  287. val fortnight: TimeMeasure

    Permalink
  288. val ft: LengthMeasure

    Permalink
  289. val ft2: ExponentialMeasure[LengthMeasure]

    Permalink
  290. val fur: LengthMeasure

    Permalink
  291. val g: MassMeasure

    Permalink

    Mass.

  292. val gal: ExponentialMeasure[LengthMeasure]

    Permalink
  293. val gr: MassMeasure

    Permalink
  294. val h: TimeMeasure

    Permalink
  295. val ha: ExponentialMeasure[LengthMeasure]

    Permalink
  296. val hm: LengthMeasure

    Permalink
  297. val hm2: ExponentialMeasure[LengthMeasure]

    Permalink
  298. val hour: TimeMeasure

    Permalink
  299. val hours: TimeMeasure

    Permalink
  300. object implicits extends SafeArithmeticImplicits with DefaultSimplification with DefaultConversionImplicits

    Permalink
  301. val in: LengthMeasure

    Permalink
  302. val in3: ExponentialMeasure[LengthMeasure]

    Permalink
  303. val kJ: EnergyMeasure

    Permalink
  304. val kPa: PressureMeasure

    Permalink
  305. val kW: PowerMeasure

    Permalink
  306. val kg: MassMeasure

    Permalink
  307. val kip: MassMeasure

    Permalink
  308. val km: LengthMeasure

    Permalink
  309. val km2: ExponentialMeasure[LengthMeasure]

    Permalink
  310. val lb: MassMeasure

    Permalink
  311. val lb_troy: MassMeasure

    Permalink
  312. val liter: ExponentialMeasure[LengthMeasure]

    Permalink
  313. val lm: LuminousFluxMeasure

    Permalink

    Luminous flux.

  314. val ly: LengthMeasure

    Permalink
  315. val m: LengthMeasure

    Permalink

    Length.

  316. val m2: ExponentialMeasure[LengthMeasure]

    Permalink

    Area.

  317. val m3: ExponentialMeasure[LengthMeasure]

    Permalink

    Volume.

  318. val mg: MassMeasure

    Permalink
  319. val mi: LengthMeasure

    Permalink
  320. val min: TimeMeasure

    Permalink
  321. val mins: TimeMeasure

    Permalink
  322. val mm: LengthMeasure

    Permalink
  323. val ms: TimeMeasure

    Permalink
  324. val mt: MassMeasure

    Permalink
  325. val nm: LengthMeasure

    Permalink
  326. val nmi: LengthMeasure

    Permalink
  327. val ns: TimeMeasure

    Permalink
  328. val oz: MassMeasure

    Permalink
  329. val oz_metric: MassMeasure

    Permalink
  330. val oz_troy: MassMeasure

    Permalink
  331. val parsec: LengthMeasure

    Permalink
  332. val pc: LengthMeasure

    Permalink
  333. val peck: ExponentialMeasure[LengthMeasure]

    Permalink
  334. val percent: DimensionlessMeasure

    Permalink
  335. val pi_dry: ExponentialMeasure[LengthMeasure]

    Permalink
  336. val pi_liquid: ExponentialMeasure[LengthMeasure]

    Permalink
  337. val qt_dry: ExponentialMeasure[LengthMeasure]

    Permalink
  338. val qt_liquid: ExponentialMeasure[LengthMeasure]

    Permalink
  339. val rad: DimensionlessMeasure

    Permalink
  340. val rd: LengthMeasure

    Permalink
  341. val s: TimeMeasure

    Permalink

    Time.

  342. val sec: TimeMeasure

    Permalink
  343. val secs: TimeMeasure

    Permalink
  344. object simplification

    Permalink
  345. val siriometer: LengthMeasure

    Permalink
  346. val sr: DimensionlessMeasure

    Permalink
  347. val t: MassMeasure

    Permalink
  348. val thou: LengthMeasure

    Permalink
  349. val ton: MassMeasure

    Permalink
  350. package untyped

    Permalink
  351. val yd: LengthMeasure

    Permalink
  352. val year360: TimeMeasure

    Permalink
  353. val year365: TimeMeasure

    Permalink
  354. val years: TimeMeasure

    Permalink
  355. val : Conversion.type

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped