Temperature

class Object
trait Matchable
class Any

Type members

Classlikes

abstract class Applier[U]

a shim class for Temperature companion apply method

a shim class for Temperature companion apply method

Companion:
object
Source:
temperature.scala
object Applier
Companion:
class
Source:
temperature.scala

Value members

Concrete methods

def apply[U](using a: Applier[U]): Applier[U]

obtain a new temperature value

obtain a new temperature value

Type parameters:
U

temperature unit type, having base unit coulomb.units.si.Kelvin

Returns:

the new Temperature quantity

Example:
// standard human body temperature in Fahrenheit
val bodytemp = Temperature[Fahrenheit](98.6)
Source:
temperature.scala