Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.26 KB

File metadata and controls

31 lines (19 loc) · 1.26 KB

Java Streams Practical Session

This repository contains demo and practical exercises on Java Streams.

Some of them were used to prepare and support the KLx talks #1.

Code presented at KLx Talks #1

Exercises (Kahoot not included)

StreamExercisesTest

Benchmark before after parallel stream

ParallelStreamTest

What you can do with this repo

There are some exercises here that were built during preparations but not used during the presentation.

  1. Clone this repository
  2. Open the project in your IDE
  3. Review the exercises used during the talk and try to replace traditional loops by stream without looking at the solutions.
  4. Run the tests to see what needs to be implemented
  5. Implement the missing code in the classes

Additional Resources