Skip to content

JorgenRingen/stream-lambda-kata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Kata for learning Java 8 Streams and Lambdas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%