Companion

object Companion : DoubleValueFactory<Priority>

Functions

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