Concept Flow - Map transformation
Start with original Map
Apply transformation function
Create new Map with transformed entries
Return new transformed Map
We start with an original map, apply a function to each entry, and build a new map with the transformed keys and/or values.