t

superquants.doubleprecision

DoubleMassTypesTrait

trait DoubleMassTypesTrait extends AnyRef

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

Type Members

  1. type Carats = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Carats.Tag]
  2. type Grams = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Grams.Tag]
  3. type Kilograms = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Kilograms.Tag]
  4. type Kilopounds = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Kilopounds.Tag]
  5. type MassUnit[T] = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], T]
  6. type Megapounds = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Megapounds.Tag]
  7. type Micrograms = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Micrograms.Tag]
  8. type Milligrams = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Milligrams.Tag]
  9. type Ounces = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Ounces.Tag]
  10. type Pennyweights = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Pennyweights.Tag]
  11. type Pounds = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Pounds.Tag]
  12. type SolarMasses = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], SolarMasses.Tag]
  13. type Stone = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Stone.Tag]
  14. type Tolas = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Tolas.Tag]
  15. type Tonnes = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Tonnes.Tag]
  16. type TroyGrains = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], TroyGrains.Tag]
  17. type TroyOunces = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], TroyOunces.Tag]
  18. type TroyPounds = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], TroyPounds.Tag]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. object Carats extends OverTagged[Double, MassUnit.type]
  21. object Grams extends OverTagged[Double, MassUnit.type]
  22. object Kilograms extends OverTagged[Double, MassUnit.type]
  23. object Kilopounds extends OverTagged[Double, MassUnit.type]
  24. object MassUnit extends TaggedType[Double]
  25. object Megapounds extends OverTagged[Double, MassUnit.type]
  26. object Micrograms extends OverTagged[Double, MassUnit.type]
  27. object Milligrams extends OverTagged[Double, MassUnit.type]
  28. object Ounces extends OverTagged[Double, MassUnit.type]
  29. object Pennyweights extends OverTagged[Double, MassUnit.type]
  30. object Pounds extends OverTagged[Double, MassUnit.type]
  31. object SolarMasses extends OverTagged[Double, MassUnit.type]
  32. object Stone extends OverTagged[Double, MassUnit.type]
  33. object Tolas extends OverTagged[Double, MassUnit.type]
  34. object Tonnes extends OverTagged[Double, MassUnit.type]
  35. object TroyGrains extends OverTagged[Double, MassUnit.type]
  36. object TroyOunces extends OverTagged[Double, MassUnit.type]
  37. object TroyPounds extends OverTagged[Double, MassUnit.type]

Inherited from AnyRef

Inherited from Any

Ungrouped