com.powerupsoftwareengineering.lambda-functions:lambda-functions-api

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.


License
LGPL-3.0

Documentation

lambda-functions

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.

For question about this repository feel free to reach out to contact@powerupsoftwareengineering.com.

Owner: Chris Picard chrispicard@powerupsoftwareengineering.com