safeComputeIfAbsent

abstract fun <T : Any> safeComputeIfAbsent(attribute: Attribute<T>, mappingFunction: (Attribute<T>) -> T): Any(source)

如果不存在,则计算并存入,且不对返回值进行类型转化。