In this chapter we’ll cover Streams, a way to represent sequences of elements and operations that was introduced in Java 8.
In particular:
-
What is a Stream and how to create them?
-
Intermediate operations
-
Terminal operations
In this chapter we’ll cover Streams, a way to represent sequences of elements and operations that was introduced in Java 8.
In particular:
What is a Stream and how to create them?
Intermediate operations
Terminal operations