trait LongMassTypesTrait extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LongMassTypesTrait
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Carats = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], Carats.Tag]
- type Grams = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], Grams.Tag]
- type Kilograms = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], Kilograms.Tag]
- type Kilopounds = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], Kilopounds.Tag]
- type MassUnit[T] = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], T]
- type Megapounds = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], Megapounds.Tag]
- type Micrograms = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], Micrograms.Tag]
- type Milligrams = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], Milligrams.Tag]
- type Ounces = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], Ounces.Tag]
- type Pennyweights = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], Pennyweights.Tag]
- type Pounds = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], Pounds.Tag]
- type SolarMasses = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], SolarMasses.Tag]
- type Stone = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], Stone.Tag]
- type Tolas = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], Tolas.Tag]
- type Tonnes = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], Tonnes.Tag]
- type TroyGrains = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], TroyGrains.Tag]
- type TroyOunces = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, MassUnit.Tag], TroyOunces.Tag]
- type TroyPounds = Long with Tag[Long, MassUnit.Tag] with Tag[Long with Tag[Long, 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[Long, MassUnit.type]
- object Grams extends OverTagged[Long, MassUnit.type]
- object Kilograms extends OverTagged[Long, MassUnit.type]
- object Kilopounds extends OverTagged[Long, MassUnit.type]
- object MassUnit extends TaggedType[Long]
- object Megapounds extends OverTagged[Long, MassUnit.type]
- object Micrograms extends OverTagged[Long, MassUnit.type]
- object Milligrams extends OverTagged[Long, MassUnit.type]
- object Ounces extends OverTagged[Long, MassUnit.type]
- object Pennyweights extends OverTagged[Long, MassUnit.type]
- object Pounds extends OverTagged[Long, MassUnit.type]
- object SolarMasses extends OverTagged[Long, MassUnit.type]
- object Stone extends OverTagged[Long, MassUnit.type]
- object Tolas extends OverTagged[Long, MassUnit.type]
- object Tonnes extends OverTagged[Long, MassUnit.type]
- object TroyGrains extends OverTagged[Long, MassUnit.type]
- object TroyOunces extends OverTagged[Long, MassUnit.type]
- object TroyPounds extends OverTagged[Long, MassUnit.type]