What is the purpose of the map operation in streams?
map
To sort elements
To transform each element into another form
To perform a reduction
To filter elements based on a condition