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
Enum
Like
interface
EnumLike
<
T
:
EnumLike
<
T
>
>
A common interface for enums and enum-like classes.
Members
Types
Companion
Link copied to clipboard
object
Companion
Scope
Link copied to clipboard
object
Scope
Functions
get
Values
Link copied to clipboard
abstract
fun
EnumLike.Scope
.
getValues
(
)
:
List
<
T
>
Gets all the values of an enum-like class.