Set Persistent Data Type
class SetPersistentDataType<P : Any, C : Any>(val type: PersistentDataType<P, C>) : PersistentDataType<Set<P>, Set<C>> (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.