Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 165 Bytes

File metadata and controls

2 lines (2 loc) · 165 Bytes

Map a stream

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.