Chapter 4. Powerful Data Processing
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
andflatMap
- Folding and reducing datasets
- Grouping data