IntEnumValue

fun interface IntEnumValue<V : Enum<V>> : EnumValue<V, Int>

An interface that provides integer field value for an enum.

Functions

Link copied to clipboard
abstract fun get(v: V): Int