Object/Class

squants.time

Time

Related Docs: class Time | package time

Permalink

object Time extends Dimension[Time] with BaseDimension with Serializable

Source
Time.scala
Linear Supertypes
Serializable, Serializable, BaseDimension, Dimension[Time], AnyRef, Any
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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val HoursPerDay: Double

    Permalink
  5. val MicrosecondsPerSecond: Double

    Permalink
  6. val MillisecondsPerDay: Double

    Permalink
  7. val MillisecondsPerHour: Double

    Permalink
  8. val MillisecondsPerMicrosecond: Double

    Permalink
  9. val MillisecondsPerMinute: Double

    Permalink
  10. val MillisecondsPerNanosecond: Double

    Permalink
  11. val MillisecondsPerSecond: Double

    Permalink
  12. val MinutesPerHour: Double

    Permalink
  13. val NanosecondsPerSecond: Double

    Permalink
  14. val SecondsPerDay: Double

    Permalink
  15. val SecondsPerHour: Double

    Permalink
  16. val SecondsPerMinute: Double

    Permalink
  17. def apply(duration: Duration): Time

    Permalink
  18. def apply: (Any) ⇒ Try[Time]

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def dimensionSymbol: String

    Permalink

    SI Dimension Symbol

    SI Dimension Symbol

    Definition Classes
    TimeBaseDimension
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def name: String

    Permalink

    The name

    The name

    Definition Classes
    TimeDimension
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def parse(value: Any): Try[Time]

    Permalink

    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

    Permalink

    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

    Permalink

    SI Base Unit for this Quantity

    SI Base Unit for this Quantity

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

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def units: Set[UnitOfMeasure[Time]]

    Permalink

    Set of available units

    Set of available units

    Definition Classes
    TimeDimension
  39. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    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