Simple Java examples with streams and lambdas.
Application is build using Maven, to run simply execute:
mvn compile exec:java -Dexec.mainClass=learningjava.Application
Running test is simple with Maven:
mvn test
- Saša Rošić - https://github.com/srook
This project is licensed under the MIT License - see the LICENSE file for details