Preparing search index...
The search index is not available
@mpen/imut-utils
@mpen/imut-utils
fpMapUpdate
Function fpMapUpdate
fpMapUpdate
<
K
,
V
>
(
key
:
K
,
value
:
Resolvable
<
V
,
[
V
,
K
]
>
,
)
:
(
map
:
Map
<
K
,
V
>
)
=>
Map
<
K
,
V
>
Update an existing value in a map. Returns the map as-is if the key does not exist.
Type Parameters
K
V
Parameters
key
:
K
value
:
Resolvable
<
V
,
[
V
,
K
]
>
Returns
(
map
:
Map
<
K
,
V
>
)
=>
Map
<
K
,
V
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@mpen/imut-utils
Loading...
Update an existing value in a map. Returns the map as-is if the key does not exist.