@import java.util.List @args(List strings) @with (s = strings.stream().filter(t -> t.equals("b")).findFirst().get()) { @s }