Parallel Streams and Functional programming info This is a small example for testing parallel stream and functional programming The example itself could be run using: $ mvnw test -P slowTests To just run the normal unit test: $ mvnw test or $ mvnw test -P fastTests