toggle menu
mvstore
0.0.3
jvm
switch theme
search in API
mvstore
/
kotlinx.document.database.mvstore
Package-level
declarations
Types
Functions
Types
MVData
Store
Link copied to clipboard
class
MVDataStore
(
delegate
:
MVStore
)
:
DataStore
MVPersistent
Map
Link copied to clipboard
class
MVPersistentMap
<
K
,
V
>
(
delegate
:
MVMap
<
K
,
V
>
)
:
PersistentMap
<
K
,
V
>
Functions
as
Data
Store
Link copied to clipboard
fun
MVStore
.
asDataStore
(
)
:
MVDataStore
open
Data
Store
Link copied to clipboard
fun
MVStore.Builder
.
openDataStore
(
)
:
MVDataStore