Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.