merge

abstract fun <T : Any> merge(attribute: Attribute<T>, value: T, remapping: (T, T) -> T): T

存入值,当值已经存在的时候进行合并处理。