I believe the naming comes from the Java stream na...
# announcements
z
I believe the naming comes from the Java stream naming style (
map
instead of
select
,
filter
instead of
where
) but functionally I believe the Kotlin standard library already has most of what LINQ has.