thus I end up writing `filter { it.name in listOf(...
# getting-started
n
thus I end up writing
filter { it.name in listOf("foo", "bar") }.map { when(it.name) { "foo" -> ...; "bar"->...; }