persistent
Toggle table of contents
4.3-SNAPSHOT
JVM
Platform filter
JVM
Switch theme
Search in API
persistent
persistent
/
com.fantamomo.persistent.types
/
NativePersistentDataType
/
Companion
Companion
object
Companion
(
source
)
Members
Properties
BOOLEAN
Link copied to clipboard
val
BOOLEAN
:
NativePersistentDataType
<
Boolean
>
BYTE
Link copied to clipboard
val
BYTE
:
NativePersistentDataType
<
Byte
>
BYTE_
ARRAY
Link copied to clipboard
val
BYTE_ARRAY
:
NativePersistentDataType
<
ByteArray
>
CHAR
Link copied to clipboard
val
CHAR
:
NativePersistentDataType
<
Char
>
DOUBLE
Link copied to clipboard
val
DOUBLE
:
NativePersistentDataType
<
Double
>
FLOAT
Link copied to clipboard
val
FLOAT
:
NativePersistentDataType
<
Float
>
INT
Link copied to clipboard
val
INT
:
NativePersistentDataType
<
Int
>
LONG
Link copied to clipboard
val
LONG
:
NativePersistentDataType
<
Long
>
native
Types
Link copied to clipboard
val
nativeTypes
:
Set
<
KClass
<
out
Any
>
>
SHORT
Link copied to clipboard
val
SHORT
:
NativePersistentDataType
<
Short
>
STRING
Link copied to clipboard
val
STRING
:
NativePersistentDataType
<
String
>
Functions
allow
Link copied to clipboard
fun
allow
(
clazz
:
KClass
<
*
>
)
:
Boolean