Improve the functional programming skills for Java Developers
How to test the project?
git clone https://github.com/jabrena/functional-rosetta-stone.git
cd functional-rosetta-stone
./mvnw clean test -DexcludedGroups=performance,endtoend
./mvnw clean test -Dgroups=performance
./mvnw clean test -Dgroups=endtoend
How to run the presentation in local?
cd docs
python -m SimpleHTTPServer
- Introduction
- Functional features in Java
- The missing parts
- Functional programming concepts
- References
Using the jmh-results.json you can review the performance results: