toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simbot-api
/
love.forte.simbot
/
MutableAttributeMap
/
computeIfPresent
compute
If
Present
abstract
fun
<
T
:
Any
>
computeIfPresent
(
attribute
:
Attribute
<
T
>
,
remappingFunction
:
(
Attribute
<
T
>
,
T
)
->
T
?
)
:
T
?
(
source
)
如果存在,则计算。如果计算函数中返回null,则为移除对应结果。