EnumValue

fun interface EnumValue<V : Enum<V>, T>

An interface that provides field value for an enum. We need this interface hierarchy to be able to make multiple enum extension functions without signature clashing.

Functions

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

Inheritors

Link copied to clipboard
Link copied to clipboard