In this chapter, we will cover the following recipes:
- Composing and consuming collections the easy way
 - Filtering datasets
 - Automatic null removal
 - Sorting data with custom comparators
 - Building strings based on dataset elements
 - Dividing data into subsets
 - Transforming data with map and flatMap
 - Folding and reducing datasets
 - Grouping data