Path Persistent Data Type
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.