Packages

object Time extends Dimension[Time] with BaseDimension with Serializable

Source
Time.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Time
  2. Serializable
  3. Serializable
  4. BaseDimension
  5. Dimension
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val HoursPerDay: Double
  5. val MicrosecondsPerSecond: Double
  6. val MillisecondsPerDay: Double
  7. val MillisecondsPerHour: Double
  8. val MillisecondsPerMicrosecond: Double
  9. val MillisecondsPerMinute: Double
  10. val MillisecondsPerNanosecond: Double
  11. val MillisecondsPerSecond: Double
  12. val MinutesPerHour: Double
  13. val NanosecondsPerSecond: Double
  14. val SecondsPerDay: Double
  15. val SecondsPerHour: Double
  16. val SecondsPerMinute: Double
  17. def apply(duration: Duration): Time
  18. def apply: (Any) ⇒ Try[Time]
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def dimensionSymbol: String

    SI Dimension Symbol

    SI Dimension Symbol

    Definition Classes
    TimeBaseDimension
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def name: String

    The name

    The name

    Definition Classes
    TimeDimension
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  32. def parse(value: Any): Try[Time]

    Tries to map a string or tuple value to Quantity of this Dimension

    Tries to map a string or tuple value to Quantity of this Dimension

    value

    the source string (ie, "10 kW") or tuple (ie, (10, "kW"))

    returns

    Try[A]

    Attributes
    protected
    Definition Classes
    Dimension
  33. def primaryUnit: Milliseconds.type

    The unit with a conversions factor of 1.

    The unit with a conversions factor of 1. The conversionFactor for other units should be set relative to this unit.

    Definition Classes
    TimeDimension
  34. def siUnit: Seconds.type

    SI Base Unit for this Quantity

    SI Base Unit for this Quantity

    Definition Classes
    TimeBaseDimensionDimension
  35. def symbolToUnit(symbol: String): Option[UnitOfMeasure[Time]]

    Maps a string representation of a unit symbol into the matching UnitOfMeasure object

    Maps a string representation of a unit symbol into the matching UnitOfMeasure object

    symbol

    String

    Definition Classes
    Dimension
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def units: Set[UnitOfMeasure[Time]]

    Set of available units

    Set of available units

    Definition Classes
    TimeDimension
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from BaseDimension

Inherited from Dimension[Time]

Inherited from AnyRef

Inherited from Any

Ungrouped