Bernhard
Pavlo Liapota
map.getValue(key)
Czar
(1..10).asSequence().mapNotNull { map[it] }
(1..10).asSequence()
map
mapNotNull(map::get)
filter(map::containsKey)
A modern programming language that makes developers happier.