Searched defs:fromInt (Results 1 – 3 of 3) sorted by relevance
28 fun fromInt(value: Int) = values().first { it.ordinal == value } in <lambda>() method
55 fun fromInt(value: Int) = entries.first { it.value == value } in <lambda>() method
36 fun fromInt(value: Int) = in fromInt() method