sreich
val opList = operations.computeIfAbsent( basePath ) { key: String? -> ArrayList() }
Casey Brooks
map.getOrPut(key) { value }
computeIfAbsent
ephemient
getOrPut
A modern programming language that makes developers happier.