Java Streams: map and flatMap

preview_player
Показать описание
In this video we will talk about two other popular functions of Java Streams, map and flatMap. We will see their differences and where they should be used. You can get the source code at the following github url:
Рекомендации по теме
Комментарии
Автор

The flatMap() example was a bit confusing. Instead of using text from a file, you should have given a simpler example.

SulavTimsina
Автор

Best explanation both of this methods, thanks!

rostyslavb
Автор

5:52 --> summary of "why flatMap is used"

avijitsharma
Автор

Cool explanation, but if u pronounce equally "Stream" and "String", so just do it with Integers or something else, it is super confusing when u say stream stream of streams!!

andresao