Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.collections
/
dev.lounres.kone.collections.utils
/
mergingNone
merging
None
inline
fun
<
K
,
V1
,
V2
>
mergingNone
(
map1
:
KoneMap
<
K
,
V1
>
,
map2
:
KoneMap
<
K
,
V2
>
,
operation1
:
(
KoneMapEntry
<
K
,
V1
>
)
->
Boolean
,
operation2
:
(
KoneMapEntry
<
K
,
V2
>
)
->
Boolean
,
operationMerge
:
(
key
:
K
,
value1
:
V1
,
value2
:
V2
)
->
Boolean
)
:
Boolean
(
source
)