/functional-rosetta-stone

A repository to review the main concepts about Functional Programming with Java

Primary LanguageHTMLApache License 2.0Apache-2.0

functional-rosetta-stone

Build Status

Goal

Improve the functional programming skills for Java Developers

Test project

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

Documentation

Performance

Using the jmh-results.json you can review the performance results: