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. BaseDimension
  4. Dimension
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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(value: Any): Try[Time]
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  21. implicit val dimensionImplicit: Dimension[Time]
    Definition Classes
    Dimension
  22. def dimensionSymbol: String

    SI Dimension Symbol

    SI Dimension Symbol

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

    The name

    The name

    Definition Classes
    TimeDimension
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. 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
  34. def parseString(s: String): Try[Time]
    Definition Classes
    Dimension
  35. def parseTuple[N](t: (N, String))(implicit num: Numeric[N]): Try[Time]
    Definition Classes
    Dimension
  36. def primaryUnit: Milliseconds

    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
  37. def siUnit: Seconds

    SI Base Unit for this Quantity

    SI Base Unit for this Quantity

    Definition Classes
    TimeBaseDimensionDimension
  38. 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
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def units: Set[UnitOfMeasure[Time]]

    Set of available units

    Set of available units

    Definition Classes
    TimeDimension
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from BaseDimension

Inherited from Dimension[Time]

Inherited from AnyRef

Inherited from Any

Ungrouped