Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 397 Bytes

File metadata and controls

11 lines (7 loc) · 397 Bytes

Java 8 practice excercise

The goal of this project is to provide some easy to do practice with 8 streams and it's feature. Topics like creating streams, map, filter, foreach, reducers, collectors, groupby, partition, etc.

How to do the practice

This master branch holds the solutions. Please check out the branch named practice and read the instructions there.

git checkout practice