You can though? mySet.values().map(mappingFunc) will create a new iterator transformed by the mapping function.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can though? mySet.values().map(mappingFunc) will create a new iterator transformed by the mapping function.