/streams-dojo

Practice Java 8 streams by refactoring these functions while ensuring the tests pass.

Primary LanguageJavaMIT LicenseMIT

streams-dojo

Practice Java 8 streams by working through these problems.

To get started with Intellij

./gradlew clean build openIdea

How to use this repo

Work through the numbered packages in the source directory in ascending order.
Make sure the tests are still passing, but rewrite the code in the src package to use streams.