-
Notifications
You must be signed in to change notification settings - Fork 2
streams
Adrian Wilke edited this page Feb 25, 2020
·
1 revision
Streams allow to use parallel processing of data. They were introduced in Java 8.
-
Java API: Package java.util.stream
https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html -
Processing Data with Java SE 8 Streams,
Part 1
https://www.oracle.com/java/technologies/ma14-java-se-8-streams.html -
Part 2: Processing Data with Java SE 8 Streams
https://www.oracle.com/java/technologies/architect-streams-pt2.html -
Java 8 Streams Video Tutorial
An introduction to Streams
https://www.youtube.com/watch?v=t1-YZ6bF-g0