Java Stream API

preview_player
Показать описание
Learn to work with Streams in Java.

00:00 What are Streams?
01:34 Preparing the data
06:27 First Stream
07:55 map
11:42 flatMap
14:50 filter
15:50 sorted
17:40 limit
18:14 skip
19:05 count
20:24 min and max
21:55 findAny and findFirst
24:16 allMatch, anyMatch and noneMatch
26:02 takeWhile and dropWhile
Рекомендации по теме
Комментарии
Автор

I got hooked to ur channel due to 9-17 features of java. Loving ur videos .. please share more on java .. very simple and easily understandable dialect and explanation

sanketpradhan
Автор

I think we use filter operation instead of sorted+takewhile and sorted+drop operation. Like this: why we should use takewhile or drop while?

qismetqedirli
Автор

You did not cover 'reduce'. Otherwise it's a useful video.

peterrusznak