A generalized lightweight set of lambda interfaces and some implementations that adds the necessary functionality that is not available in the standard sdk.
To install it, you will need:
- Java 11+
- Maven/Gradle
- Common set of functional interfaces
- Double-check lazy suppliers
- Wrappers for suppressing checked exceptions
dependencies {
implementation group: 'com.github.romanqed', name: 'jfunc', version: 'LATEST'
}
<dependency>
<groupId>com.github.romanqed</groupId>
<artifactId>jfunc</artifactId>
<version>LATEST</version>
</dependency>
- Gradle - Dependency management
- RomanQed - Main work
See also the list of contributors who participated in this project.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details