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 thread-safe lazy suppliers
- Wrappers for suppressing and silent throwing checked exceptions
dependencies {
implementation group: 'com.github.romanqed', name: 'jfunc', version: '1.2.0'
}
<dependencies>
<dependency>
<groupId>com.github.romanqed</groupId>
<artifactId>jfunc</artifactId>
<version>1.2.0</version>
</dependency>
</dependencies>
- 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