persistent
Toggle table of contents
4.3-SNAPSHOT
JVM
Platform filter
JVM
Switch theme
Search in API
persistent
persistent
/
com.fantamomo.persistent.type
/
CustomPersistentDataType
/
CustomPersistentDataTypeImpl
/
CustomPersistentDataTypeImpl
Custom
Persistent
Data
Type
Impl
constructor
(
converter
:
PersistentDataType
<
P
,
I
>
,
customClass
:
KClass
<
C
>
,
toIntermediateFunc
:
(
C
)
->
I
,
toCustomFunc
:
(
I
)
->
C
)
(
source
)
Parameters
P
The primitive type.
I
The intermediate type.
C
The custom type.