pascalkania / stream-lambda-kata

Simple Kata for learning Java 8 Streams and Lambdas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Java 100.0%