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