This is an introduction to my Streams series of tutorials. It covers the following topics: what Streams are and their benefits; the stream pipeline - the source and both intermediate and terminal operations. An example outlining each of the pipeline steps is also presented and explained.
The full playlist is here: • Playlist
0:00 Introduction
0:08 What is a Stream?
1:03 The Pipeline
2:54 Example in code