This repository provides an extension to the java lambda function. The library provided by java is rather limited, only
providing an option for one parameter and requiring a return value. There are also a few other variations such as
consumer and runnable, however even those do not support multiple parameters.
This project supports both void and non-void returns for 2-5 parameters.
Version1.9.1compared with
Version Details
| 1.7.41 | 1.9.1 | |
|---|---|---|
| Release date | May 28, 2025 | Nov 11, 2025 |
| Licenses | LGPL 3.0 | LGPL 3.0 |
| Vulnerabilities | None | None |
No dependency changes compared to the selected version.