Packages

  • package root
    Definition Classes
    root
  • package coulomb
    Definition Classes
    root
  • package javatime

    defines integrations between coulomb time units and java.time objects

    defines integrations between coulomb time units and java.time objects

    Definition Classes
    coulomb
  • package time

    Time units: Minute, Hour, Day, Week Also defines EpochTime, which represents a number of time units from unix epoch.

    Time units: Minute, Hour, Day, Week Also defines EpochTime, which represents a number of time units from unix epoch.

    Definition Classes
    coulomb
  • CoulombExtendWithEpochTime
  • Day
  • EpochTime
  • Hour
  • Minute
  • Week

package time

Time units: Minute, Hour, Day, Week Also defines EpochTime, which represents a number of time units from unix epoch.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. time
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class CoulombExtendWithEpochTime[N] extends Serializable

    enhances value types with utility methods for coulomb

  2. trait Day extends AnyRef
  3. type EpochTime[N, U] = OffsetQuantity[N, U]

    A number of time units (seconds, minutes, etc) from unix epoch

  4. trait Hour extends AnyRef
  5. trait Minute extends AnyRef
  6. trait Week extends AnyRef

Value Members

  1. implicit val defineUnitDay: DerivedUnit[Day, Second]
  2. implicit val defineUnitHour: DerivedUnit[Hour, Second]
  3. implicit val defineUnitMinute: DerivedUnit[Minute, Second]
  4. implicit val defineUnitWeek: DerivedUnit[Week, Day]
  5. object EpochTime

    utility methods for epoch time

Inherited from AnyRef

Inherited from Any

Ungrouped