toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-common-core
/
love.forte.simbot.common.attribute
/
MutableAttributeMap
/
safeMerge
safe
Merge
abstract
fun
<
T
:
Any
>
safeMerge
(
attribute
:
Attribute
<
T
>
,
value
:
T
,
remapping
:
(
Any
,
T
)
->
T
)
:
Any
(
source
)
存入值,当值已经存在的时候进行合并处理。 从
MutableAttributeMap
中检索得到的值与返回值均不进行类型转化。