commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections.observed
/
ObservableMap
/
computeIfPresent
compute
If
Present
open
override
fun
computeIfPresent
(
key
:
K
,
remappingFunction
:
BiFunction
<
in
K
,
in
V
&
Any
,
out
V
?
>
)
:
V
?