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
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(value: 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. implicit val dimensionImplicit: Dimension[Time]

    Permalink
    Definition Classes
    Dimension
  22. def dimensionSymbol: String

    Permalink

    SI Dimension Symbol

    SI Dimension Symbol

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  29. def name: String

    Permalink

    The name

    The name

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. 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
  34. def parseString(s: String): Try[Time]

    Permalink
    Definition Classes
    Dimension
  35. def parseTuple[N](t: (N, String))(implicit num: Numeric[N]): Try[Time]

    Permalink
    Definition Classes
    Dimension
  36. 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
  37. def siUnit: Seconds.type

    Permalink

    SI Base Unit for this Quantity

    SI Base Unit for this Quantity

    Definition Classes
    TimeBaseDimensionDimension
  38. 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
  39. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink

    Set of available units

    Set of available units

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. 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