Companion

object Companion : DoubleValueFactory<Temperature>

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun invoke(value: Double): Any
Link copied to clipboard
open fun of(value: Double): Temperature
Link copied to clipboard
open fun parse(value: String): Temperature
Link copied to clipboard
fun show(value: Temperature): String
Link copied to clipboard