mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-10-27 18:21:09 +00:00
deploy: 1ee9c88ffd
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="library-version">
|
||||
0.21.6 </div>
|
||||
0.22.0 </div>
|
||||
</div>
|
||||
<div class="filter-section" id="filter-section">
|
||||
<button class="platform-tag platform-selector common-like" data-active="" data-filter=":micro_utils.dokka:dokkaHtml/commonMain">common</button>
|
||||
@@ -65,7 +65,7 @@
|
||||
<div class="breadcrumbs"><a href="../../../index.html">micro_utils.dokka</a><span class="delimiter">/</span><a href="../index.html">dev.inmo.micro_utils.repos</a><span class="delimiter">/</span><span class="current">MapWriteKeyValuesRepo</span></div>
|
||||
<div class="cover ">
|
||||
<h1 class="cover"><span>Map</span><wbr></wbr><span>Write</span><wbr></wbr><span>Key</span><wbr></wbr><span>Values</span><wbr></wbr><span><span>Repo</span></span></h1>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">class </span><a href="index.html">MapWriteKeyValuesRepo</a><span class="token operator"><</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">></span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">map<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html">MutableMap</a><span class="token operator"><</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html">MutableList</a><span class="token operator"><</span><a href="index.html">Value</a><span class="token operator">></span><span class="token operator">></span><span class="token operator"> = </span>mutableMapOf()<span class="token punctuation">, </span></span><span class="parameter ">locker<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.coroutines/-smart-r-w-locker/index.html">SmartRWLocker</a><span class="token operator"> = </span>SmartRWLocker()</span></span><span class="token punctuation">)</span> : <a href="../-write-key-values-repo/index.html">WriteKeyValuesRepo</a><span class="token operator"><</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">> </span><span class="clearfix"><span class="floating-right">(<a href="https://github.com/InsanusMokrassar/MicroUtils/blob/master//repos/inmemory/src/commonMain/kotlin/dev/inmo/micro_utils/repos/MapKeyValuesRepo.kt#L80">source</a>)</span></span></div><p class="paragraph"><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html">MutableMap</a>-based <a href="../-write-key-values-repo/index.html">WriteKeyValuesRepo</a>. All internal operations will be locked with <span data-unresolved-link="dev.inmo.micro_utils.repos/MapWriteKeyValuesRepo/locker/#/PointingToDeclaration/">locker</span> (mostly with <a href="../../dev.inmo.micro_utils.coroutines/with-write-lock.html">SmartRWLocker.withWriteLock</a>)</p><p class="paragraph"><strong>Warning</strong>: It is not recommended to use constructor with both <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html">MutableMap</a> and <a href="../../dev.inmo.micro_utils.coroutines/-smart-r-w-locker/index.html">SmartRWLocker</a>. Besides, in case you are using your own <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html">MutableMap</a> as a <span data-unresolved-link="dev.inmo.micro_utils.repos/MapWriteKeyValuesRepo/map/#/PointingToDeclaration/">map</span> you should be careful with operations on this <span data-unresolved-link="dev.inmo.micro_utils.repos/MapWriteKeyValuesRepo/map/#/PointingToDeclaration/">map</span></p></div></div>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">class </span><a href="index.html">MapWriteKeyValuesRepo</a><span class="token operator"><</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">></span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">map<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html">MutableMap</a><span class="token operator"><</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-list/index.html">MutableList</a><span class="token operator"><</span><a href="index.html">Value</a><span class="token operator">></span><span class="token operator">></span><span class="token operator"> = </span>mutableMapOf()<span class="token punctuation">, </span></span><span class="parameter ">locker<span class="token operator">: </span><a href="../../dev.inmo.micro_utils.coroutines/-smart-r-w-locker/index.html">SmartRWLocker</a><span class="token operator"> = </span>SmartRWLocker()</span></span><span class="token punctuation">)</span> : <a href="../-write-key-values-repo/index.html">WriteKeyValuesRepo</a><span class="token operator"><</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="index.html">Value</a><span class="token operator">> </span><span class="clearfix"><span class="floating-right">(<a href="https://github.com/InsanusMokrassar/MicroUtils/blob/master//repos/inmemory/src/commonMain/kotlin/dev/inmo/micro_utils/repos/MapKeyValuesRepo.kt#L95">source</a>)</span></span></div><p class="paragraph"><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html">MutableMap</a>-based <a href="../-write-key-values-repo/index.html">WriteKeyValuesRepo</a>. All internal operations will be locked with <span data-unresolved-link="dev.inmo.micro_utils.repos/MapWriteKeyValuesRepo/locker/#/PointingToDeclaration/">locker</span> (mostly with <a href="../../dev.inmo.micro_utils.coroutines/with-write-lock.html">SmartRWLocker.withWriteLock</a>)</p><p class="paragraph"><strong>Warning</strong>: It is not recommended to use constructor with both <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html">MutableMap</a> and <a href="../../dev.inmo.micro_utils.coroutines/-smart-r-w-locker/index.html">SmartRWLocker</a>. Besides, in case you are using your own <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-mutable-map/index.html">MutableMap</a> as a <span data-unresolved-link="dev.inmo.micro_utils.repos/MapWriteKeyValuesRepo/map/#/PointingToDeclaration/">map</span> you should be careful with operations on this <span data-unresolved-link="dev.inmo.micro_utils.repos/MapWriteKeyValuesRepo/map/#/PointingToDeclaration/">map</span></p></div></div>
|
||||
</div>
|
||||
<div class="tabbedcontent">
|
||||
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button><button class="section-tab" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION,EXTENSION_PROPERTY,EXTENSION_FUNCTION">Members & Extensions</button></div>
|
||||
@@ -260,17 +260,17 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a data-name="-1595966046%2FFunctions%2F-1478683138" anchor-label="set" id="-1595966046%2FFunctions%2F-1478683138" data-filterable-set=":micro_utils.dokka:dokkaHtml/commonMain"></a>
|
||||
<a data-name="1784553806%2FFunctions%2F-1478683138" anchor-label="set" id="1784553806%2FFunctions%2F-1478683138" data-filterable-set=":micro_utils.dokka:dokkaHtml/commonMain"></a>
|
||||
<div class="table-row" data-filterable-current=":micro_utils.dokka:dokkaHtml/commonMain" data-filterable-set=":micro_utils.dokka:dokkaHtml/commonMain">
|
||||
<div class="main-subrow keyValue ">
|
||||
<div class=""><span class="inline-flex">
|
||||
<div><a href="../-write-key-values-repo/set.html"><span><span>set</span></span></a></div>
|
||||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-1595966046%2FFunctions%2F-1478683138"></span>
|
||||
<div><a href="set.html"><span><span>set</span></span></a></div>
|
||||
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1784553806%2FFunctions%2F-1478683138"></span>
|
||||
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
|
||||
</span></span></div>
|
||||
<div>
|
||||
<div class="title">
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">suspend </span><span class="token keyword">fun </span><a href="../-write-key-values-repo/set.html"><span class="token function">set</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">toSet<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html">Map</a><span class="token operator"><</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><span class="token operator"><</span><a href="index.html">Value</a><span class="token operator">></span><span class="token operator">></span></span></span><span class="token punctuation">)</span></div></div></div>
|
||||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":micro_utils.dokka:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">suspend override </span><span class="token keyword">fun </span><a href="set.html"><span class="token function">set</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">toSet<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html">Map</a><span class="token operator"><</span><a href="index.html">Key</a><span class="token punctuation">, </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html">List</a><span class="token operator"><</span><a href="index.html">Value</a><span class="token operator">></span><span class="token operator">></span></span></span><span class="token punctuation">)</span></div></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user