sdk-java
Toggle table of contents
2.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk-java
common
/
dev.restate.common.reflections
/
ConcurrentReferenceHashMap
/
merge
merge
@
Nullable
open
fun
merge
(
@
Nullable
key
:
@
Nullable
K
,
@
Nullable
value
:
@
Nullable
V
,
remappingFunction
:
BiFunction
<
in
V
,
in
V
,
out
V
>
)
:
@
Nullable
V