3 lines
74 B
Plaintext
3 lines
74 B
Plaintext
fun foo() {
|
|
l filter {it.x} map {it.foo} aggregate {(a, b) -> a + b}
|
|
} |