<@U3669PPNG> this way `map { when(it.name) { "foo"...
# getting-started
e
@nkiesel this way
map { when(it.name) { "foo" -> ...; "bar"->...;  else { /** this is your "filter" */} }