This repository contains demo and practical exercises on Java Streams.
Some of them were used to prepare and support the KLx talks #1.
There are some exercises here that were built during preparations but not used during the presentation.
- Clone this repository
- Open the project in your IDE
- Review the exercises used during the talk and try to replace traditional loops by stream without looking at the solutions.
- Run the tests to see what needs to be implemented
- Implement the missing code in the classes