https://kotlinlang.org logo
#announcements
Title
# announcements
r

raulraja

07/21/2017, 11:17 AM
I'm working on implementing PartialFunctions in Kotlin so you can do
collect
to
map
and
filter
in one pass.
s

spand

07/21/2017, 11:28 AM
Just curious: Shouldnt one just use a sequence if one needs that?
2 Views