computeIfAbsent

open override fun <T : Any> computeIfAbsent(attribute: Attribute<T>, mappingFunction: (Attribute<T>) -> T): T

如果不存在,则计算并存入。