Package-level declarations

Types

Link copied to clipboard
class MVDataStore(delegate: MVStore) : DataStore
Link copied to clipboard
class MVPersistentMap<K, V>(delegate: MVMap<K, V>) : PersistentMap<K, V>

Functions

Link copied to clipboard
fun MVStore.asDataStore(): MVDataStore
Link copied to clipboard
fun MVStore.Builder.openDataStore(): MVDataStore