I'm working on implementing PartialFunctions in Ko...
# announcements
r
I'm working on implementing PartialFunctions in Kotlin so you can do
collect
to
map
and
filter
in one pass.
s
Just curious: Shouldnt one just use a sequence if one needs that?