Home
last modified time | relevance | path

Searched defs:immutableMap (Results 1 – 3 of 3) sorted by relevance

/datastore/datastore-preferences-core/src/commonMain/kotlin/androidx/datastore/preferences/core/
DExpect.kt21 internal expect fun <K, V> immutableMap(map: Map<K, V>): Map<K, V> in immutableMap() method
/datastore/datastore-preferences-core/src/jvmAndroidMain/kotlin/androidx/datastore/preferences/core/
DActual.jvmAndroid.kt27 internal actual fun <K, V> immutableMap(map: Map<K, V>): Map<K, V> { in immutableMap() method
/datastore/datastore-preferences-core/src/nativeMain/kotlin/androidx/datastore/preferences/core/
DActual.native.kt23 internal actual fun <K, V> immutableMap(map: Map<K, V>): Map<K, V> { in immutableMap() method