fun foo() { l filter {it.x} map {it.foo} aggregate {(a, b) => a + b} }