Packages

p

coulomb

javatime

package javatime

defines integrations between coulomb time units and java.time objects

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

Type Members

  1. implicit class CoulombExtendDuration extends Serializable

    enhances java.time Duration with additional coulomb integrations

  2. implicit class CoulombExtendEpochTime[N, U] extends Serializable

    enhances coulomb EpochTime with java.time integrations

  3. implicit class CoulombExtendInstant extends Serializable

    enhances java.time Instant with coulomb integrations

  4. implicit class CoulombExtendQuantity[N, U] extends Serializable

    enhances coulomb Quantity with some java.time integrations

Value Members

  1. implicit def convertDurationToQuantity[N, U](implicit s2u: UnitConverter[Rational, Second, N, U]): (Duration) => Quantity[N, U]

    infer a function from java.time Duration to an equivalent Quantity

  2. implicit def convertQuantityToDuration[N, U](implicit u2s: UnitConverter[N, U, Rational, Second]): (Quantity[N, U]) => Duration

    infer a function from a coulomb Quantity to a java.time Duration

Inherited from AnyRef

Inherited from Any

Ungrouped