Fork FunctionalUtils, send a pull request and keep your fork in sync with the upstream repository.
FunctionalUtils has no dependencies other than Java 21.
Other forms of contributing highly appreciated:
- Creating an issue for a bug you found or a feature you would like to see.
- Writing documentation or enhancing existing documentation.
- Writing tests.
- Spreading the word about FunctionalUtils in a blog article, or a LinkedIn post or twitter or anything else.
mvn clean install
builds the project and runs all tests.
mvn clean install -DskipTests
builds the project without running tests.