8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671c6ff commit becaa60Copy full SHA for becaa60
Chapter09/P182_MapStreamHelpers/README.md
@@ -1,2 +1,2 @@
1
# Map a stream
2
-Write several examples of mapping a stream via **map()** and **flatMap()**.
+Write a helper method that uses **Stream#map()** to convert **List< P >** in **List< Q >**. Write a heper method that does the same thing for arrays.
0 commit comments