Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 380 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 380 Bytes

Code Kata for learning Java 8 Streams and Lambda

The kata consists of a class called Util and an accompanying JUnit test called UtilTest.

The goal is to implement all the methods in Util, using the Stream and Lambda APIs, so that all the tests in UtilTest goes green.

Repeat until you can implement all the methods blindfolded ;-)

PS: Solution in commit 6b175e7