Java Streams Tutorials - Part 15 - How to remember the mapping streams API

Опубликовано: 14 Октябрь 2024
на канале: Dr. Seán Kennedy
194
9

In this video, I examine the API for mapping between streams and how to remember them. Taken from my Udemy Lambdas and Streams course on Udemy - see coupons here :    • Coupons Page  .

The full Streams playlist is here:    • Playlist  

0:00 Introduction
0:14 map()
0:42 mapToObj()
0:53 mapToDouble()
1:12 mapToInt()
1:15 mapToLong()
1:21 map() parameter types
2:20 mapToObj() parameter types
3:14 DoubleStream as the source
4:28 IntStream as the source
4:57 LongStream as the source
5:11 Summary of the method names
5:29 Summary of the parameter names