computeIfAbsent

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

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