toggle menu
sdk-java
2.5.0
jvm
switch theme
search in API
common
/
dev.restate.common.reflections
/
ConcurrentReferenceHashMap
/
computeIfAbsent
compute
If
Absent
@
Nullable
open
fun
computeIfAbsent
(
@
Nullable
key
:
@
Nullable
K
,
mappingFunction
:
(
in
K
)
->
out
V
)
:
@
Nullable
V