Web-based responsive document annotation tool
activeannoservice / common / kotlin.collections.MutableMap / computeIfAbsentAndGet
fun <K, V : Any> MutableMap<K, V>.computeIfAbsentAndGet(key: K, valueCreator: () -> V): V
Equivalent to computeIfAbsent, but also return the created or existing value