- This project demonstrates various Java 8 stream operations and it's equivalent in Scala and Groovy language.
- The operations are written as test asserts.
- This is a gradle project. To run tests simply clone the repository and import the gradle project.
- Run tests from
- Java8 - src/test/java
- Scala - src/test/scala
- Groovy - src/test/groovy
Scala - ScalaTest Java 8 - JUnit Groovy - Spock