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