Packages

package temp

Temperature and Temperature units: Celsius and Fahrenheit

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

Type Members

  1. trait Celsius extends AnyRef
  2. implicit class CoulombExtendWithTemp[N] extends Serializable

    enhances numeric types with utility methods for coulomb

  3. trait Fahrenheit extends AnyRef
  4. type Temperature[N, U] = OffsetQuantity[N, U]
  5. type WithTemperature[N, U] = OffsetQuantity[N, U]

    An infix type alias for Temperature

Value Members

  1. implicit val defineUnitCelsius: OffsetUnit[Celsius, Kelvin]
  2. implicit val defineUnitFahrenheit: OffsetUnit[Fahrenheit, Kelvin]
  3. object Temperature

Inherited from AnyRef

Inherited from Any

Ungrouped