//Stream map(Function mapper) returns a stream consisting of the results of applying the given function to the elements of this stream. //Stream map() function with ...