Enum Persistent Data Type
class EnumPersistentDataType<E : Enum<E>>(val type: KClass<E>) : PersistentDataType<Int, E> (source)
Functions
Link copied to clipboard
inline fun <P : Any, C : Any> PersistentDataType<P, C>.asNullable(): NullablePersistentDataType<P, C>
Link copied to clipboard
Converts a primitive data type to a complex data type.
Link copied to clipboard
Converts a complex data type to a primitive data type.
Link copied to clipboard
Returns the KClass of the complex data type.
Link copied to clipboard
Returns the KClass of the primitive data type.