trait DoubleMassTypesTrait extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DoubleMassTypesTrait
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Carats = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Carats.Tag]
- type Grams = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Grams.Tag]
- type Kilograms = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Kilograms.Tag]
- type Kilopounds = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Kilopounds.Tag]
- type MassUnit[T] = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], T]
- type Megapounds = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Megapounds.Tag]
- type Micrograms = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Micrograms.Tag]
- type Milligrams = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Milligrams.Tag]
- type Ounces = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Ounces.Tag]
- type Pennyweights = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Pennyweights.Tag]
- type Pounds = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Pounds.Tag]
- type SolarMasses = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], SolarMasses.Tag]
- type Stone = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Stone.Tag]
- type Tolas = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Tolas.Tag]
- type Tonnes = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], Tonnes.Tag]
- type TroyGrains = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], TroyGrains.Tag]
- type TroyOunces = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], TroyOunces.Tag]
- type TroyPounds = Double with Tag[Double, MassUnit.Tag] with Tag[Double with Tag[Double, MassUnit.Tag], TroyPounds.Tag]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Carats extends OverTagged[Double, MassUnit.type]
- object Grams extends OverTagged[Double, MassUnit.type]
- object Kilograms extends OverTagged[Double, MassUnit.type]
- object Kilopounds extends OverTagged[Double, MassUnit.type]
- object MassUnit extends TaggedType[Double]
- object Megapounds extends OverTagged[Double, MassUnit.type]
- object Micrograms extends OverTagged[Double, MassUnit.type]
- object Milligrams extends OverTagged[Double, MassUnit.type]
- object Ounces extends OverTagged[Double, MassUnit.type]
- object Pennyweights extends OverTagged[Double, MassUnit.type]
- object Pounds extends OverTagged[Double, MassUnit.type]
- object SolarMasses extends OverTagged[Double, MassUnit.type]
- object Stone extends OverTagged[Double, MassUnit.type]
- object Tolas extends OverTagged[Double, MassUnit.type]
- object Tonnes extends OverTagged[Double, MassUnit.type]
- object TroyGrains extends OverTagged[Double, MassUnit.type]
- object TroyOunces extends OverTagged[Double, MassUnit.type]
- object TroyPounds extends OverTagged[Double, MassUnit.type]