elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.types
/
IntEnumValue
Int
Enum
Value
fun
interface
IntEnumValue
<
V
:
Enum
<
V
>
>
:
EnumValue
<
V
,
Int
>
An interface that provides integer field value for an enum.
Functions
Functions
get
Link copied to clipboard
abstract
fun
get
(
v
:
V
)
:
Int