io.github.karols.units

System8

final class System8[U1 <: TSingleUnit, V1 <: MUnit, U2 <: TSingleUnit, V2 <: MUnit, U3 <: TSingleUnit, V3 <: MUnit, U4 <: TSingleUnit, V4 <: MUnit, U5 <: TSingleUnit, V5 <: MUnit, U6 <: TSingleUnit, V6 <: MUnit, U7 <: TSingleUnit, V7 <: MUnit, U8 <: TSingleUnit, V8 <: MUnit] extends AnyVal

Represents a system of units of measurements consisting of 8 units.

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. System8
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  4. val alwaysNull: Sys8

  5. def apply[N, U <: MUnit](x: WithU[N, MUnit.Substitute.Substitute[U8, V8]]): WithU[N, U]

    Converts a value in this system of measurements to a polymorphic value.

    Converts a value in this system of measurements to a polymorphic value. Has to be called with a type parameter.

    Annotations
    @inline()
  6. def apply[U <: MUnit](x: IntU[MUnit.Substitute.Substitute[U8, V8]]): IntU[U]

    Converts a value in this system of measurements to a polymorphic value.

    Converts a value in this system of measurements to a polymorphic value. Has to be called with a type parameter.

    Annotations
    @inline()
  7. def apply[U <: MUnit](x: DoubleU[MUnit.Substitute.Substitute[U8, V8]]): DoubleU[U]

    Converts a value in this system of measurements to a polymorphic value.

    Converts a value in this system of measurements to a polymorphic value. Has to be called with a type parameter.

    Annotations
    @inline()
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  11. def map[N, U <: MUnit](x: WithU[N, U]): WithU[N, MUnit.Substitute.Substitute[U8, V8]]

    Converts a polymorphic value to a value in this system of measurements.

    Converts a polymorphic value to a value in this system of measurements.

    Annotations
    @inline()
  12. def map[U <: MUnit](x: IntU[U]): IntU[MUnit.Substitute.Substitute[U8, V8]]

    Converts a polymorphic value to a value in this system of measurements.

    Converts a polymorphic value to a value in this system of measurements.

    Annotations
    @inline()
  13. def map[U <: MUnit](x: DoubleU[U]): DoubleU[MUnit.Substitute.Substitute[U8, V8]]

    Converts a polymorphic value to a value in this system of measurements.

    Converts a polymorphic value to a value in this system of measurements.

    Annotations
    @inline()
  14. def toString(): String

    Definition Classes
    Any
  15. def unapply[N, U <: MUnit](x: WithU[N, U]): Some[WithU[N, MUnit.Substitute.Substitute[U8, V8]]]

    Converts a polymorphic value to a value in this system of measurements.

    Converts a polymorphic value to a value in this system of measurements.

    Annotations
    @inline()
  16. def unapply[U <: MUnit](x: IntU[U]): Some[IntU[MUnit.Substitute.Substitute[U8, V8]]]

    Converts a polymorphic value to a value in this system of measurements.

    Converts a polymorphic value to a value in this system of measurements.

    Annotations
    @inline()
  17. def unapply[U <: MUnit](x: DoubleU[U]): Some[DoubleU[MUnit.Substitute.Substitute[U8, V8]]]

    Converts a polymorphic value to a value in this system of measurements.

    Converts a polymorphic value to a value in this system of measurements.

    Annotations
    @inline()

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped