Этот коммит содержится в:
Ihar Hancharenka 2025-03-11 10:50:26 +03:00
родитель 4ec96eac25
Коммит 9ca23b6e1b
3 изменённых файлов: 9 добавлений и 4 удалений

Просмотреть файл

@ -37,6 +37,7 @@ DailyCodeBuffer - Streams API Tutorial in Java 8+ of 31:37
2016
JPoint - Strange of Stream API of 57:13
https://www.youtube.com/watch?v=TPHMyVyktsw
!!! a lot of details regarding spliterator, flatMap and so on
JPoint - Valeev - Stream API - Dogholders Reccommendations of 55:28
https://www.youtube.com/watch?v=vxikpWnnnCU
!!!

Просмотреть файл

@ -1,3 +1,11 @@
2021
Tsymbalyuk - Spliterators 0:00 of 36:25
https://www.youtube.com/watch?v=V5w5Dos245o
2019
https://www.baeldung.com/java-iterable-to-stream
2017
https://hedleyproctor.com/2017/06/writing-a-custom-spliterator-in-java-8/
2016
JPoint - Strange of Stream API of 57:13
https://www.youtube.com/watch?v=TPHMyVyktsw
!!! a lot of details regarding spliterator, flatMap and so on

Просмотреть файл

@ -1,4 +0,0 @@
2019
https://www.baeldung.com/java-iterable-to-stream
2017
https://hedleyproctor.com/2017/06/writing-a-custom-spliterator-in-java-8/