Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class EnumStorageKey<T : Enum<T>>(name: String, entries: EnumEntries<T>, defaultValue: T? = null) : StorageKey<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A key which can be used to read and write type-safe values to / from a Storage object.
Link copied to clipboard
Functions
Link copied to clipboard
fun <T : Enum<T>> EnumEntries<T>.createStorageKey(name: String, defaultValue: T? = null): EnumStorageKey<T>
Link copied to clipboard