persistent
Toggle table of contents
4.3-SNAPSHOT
JVM
Platform filter
JVM
Switch theme
Search in API
persistent
persistent
/
com.fantamomo.persistent.util
/
withMap
with
Map
@
JvmName
(
name
=
"createMap"
)
infix inline
fun
<
KP
:
Any
,
KC
:
Any
,
VP
:
Any
,
VC
:
Any
>
PersistentDataType
<
KP
,
KC
>
.
withMap
(
valueType
:
PersistentDataType
<
VP
,
VC
>
)
:
MapPersistentDataType
<
KP
,
KC
,
VP
,
VC
>
(
source
)
See also
Persistent
Data
Types.
MAP