v
listOf("a", "b", "c", "d").map { amap[it] }.filterNotNull().map { dosomething(it) dosomethingelse(it) }