Temperature
Interfaces, Classes and Traits
- Celsius
- Celsius unit data class.
- Fahrenheit
- Fahrenheit unit data class.
- Kelvin
- Kelvin unit data class.
- TemperatureUnit
- Temperature base data class. Any new temperature units should extend this class and implement their name, symbol and units; overriding the $unitOf and $base properties only if necessary.