korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-platform
/
korlibs.io.lang
/
EnumLike
/
Companion
Companion
object
Companion
Members
Functions
get
Values
Link copied to clipboard
inline
fun
<
T
:
Enum
<
T
>
>
getValues
(
enum
:
T
)
:
List
<
T
>
Gets all the values of an enum.
inline
fun
<
T
:
EnumLike
<
T
>
>
getValues
(
enumLike
:
EnumLike
<
T
>
)
:
List
<
T
>
Gets all the values of an enum-like class.