computeIfAbsent

fun <T : Any> computeIfAbsent(key: Key<T>, compute: () -> T): T(source)