Package

libra

si

Permalink

package si

SI units

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. si
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Amount

    Permalink
  2. type Ampere = MetricUnit[0, Current]

    Permalink
  3. implicit final class BaseQuantityOps[A] extends AnyVal

    Permalink
  4. type Candela = Unit[Intensity]

    Permalink
  5. type Centimetre = MetricUnit[-2, Length]

    Permalink
  6. abstract type Current

    Permalink
  7. type Gram = MetricUnit[0, Mass]

    Permalink
  8. abstract type Intensity

    Permalink
  9. type Kelvin = Unit[Temperature]

    Permalink
  10. type Kilogram = MetricUnit[3, Mass]

    Permalink
  11. type Kilometre = MetricUnit[3, Length]

    Permalink
  12. abstract type Length

    Permalink
  13. abstract type Mass

    Permalink
  14. type Metre = MetricUnit[0, Length]

    Permalink
  15. trait MetricUnit[I <: XInt, D] extends Unit[D]

    Permalink
  16. type MilliAmpere = MetricUnit[-3, Current]

    Permalink
  17. type Milligram = MetricUnit[-3, Mass]

    Permalink
  18. type Millimetre = MetricUnit[-3, Length]

    Permalink
  19. type Millisecond = MetricUnit[-3, Time]

    Permalink
  20. type Mole = Unit[Amount]

    Permalink
  21. type Second = MetricUnit[0, Time]

    Permalink
  22. abstract type Temperature

    Permalink
  23. abstract type Time

    Permalink

Value Members

  1. implicit def amountShow: Show[Amount]

    Permalink
  2. implicit def candelaShow: Show[Candela]

    Permalink
  3. implicit val centiShow: Show[-2]

    Permalink
  4. implicit def currentShow: Show[Current]

    Permalink
  5. implicit def intensityShow: Show[Intensity]

    Permalink
  6. implicit def kelvinShow: Show[Kelvin]

    Permalink
  7. implicit val killoShow: Show[3]

    Permalink
  8. implicit def lengthShow: Show[Length]

    Permalink
  9. implicit def massShow: Show[Mass]

    Permalink
  10. implicit def metricConversion[A, D, PF <: XInt, PT <: XInt](implicit c: ConvertableTo[A], ev: Field[A], pf: ValueOf[PF], pt: ValueOf[PT]): ConversionFactor[A, D, MetricUnit[PF, D], MetricUnit[PT, D]]

    Permalink
  11. implicit def metricCurrentShow[I <: XInt](implicit s: Show[I]): Show[MetricUnit[I, Current]]

    Permalink
  12. implicit def metricLengthShow[I <: XInt](implicit s: Show[I]): Show[MetricUnit[I, Length]]

    Permalink
  13. implicit def metricMassShow[I <: XInt](implicit s: Show[I]): Show[MetricUnit[I, Mass]]

    Permalink
  14. implicit def metricTimeShow[I <: XInt](implicit s: Show[I]): Show[MetricUnit[I, Time]]

    Permalink
  15. implicit val milliShow: Show[-3]

    Permalink
  16. implicit def moleShow: Show[Mole]

    Permalink
  17. implicit def temperatureShow: Show[Temperature]

    Permalink
  18. implicit def timeShow: Show[Time]

    Permalink
  19. implicit val zeroShow: Show[0]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped