EnumLike

interface EnumLike<T : EnumLike<T>>

A common interface for enums and enum-like classes.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Scope

Functions

Link copied to clipboard
abstract fun EnumLike.Scope.getValues(): List<T>

Gets all the values of an enum-like class.