Slide 14
Slide 14 text
Collection/sequence APIs
● Same idioms as general FP
● Mapping, filtering, grouping, aggregating, reducing
● Collection type-specific APIs
● Lists: get by position, sublist, binary search, …
● Maps: key/value aware functionality
● Sets: intersect, union, subtract