Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.32 KB

File metadata and controls

54 lines (36 loc) · 1.32 KB

jfunc jfunc

A generalized lightweight set of lambda interfaces and some implementations that adds the necessary functionality that is not available in the standard sdk.

Getting Started

To install it, you will need:

  • Java 11+
  • Maven/Gradle

Features

  • Common set of functional interfaces
  • Double-check thread-safe lazy suppliers
  • Wrappers for suppressing and silent throwing checked exceptions

Installing

Gradle dependency

dependencies {
    implementation group: 'com.github.romanqed', name: 'jfunc', version: '1.2.0'
}

Maven dependency

<dependencies>
    <dependency>
        <groupId>com.github.romanqed</groupId>
        <artifactId>jfunc</artifactId>
        <version>1.2.0</version>
    </dependency>
</dependencies>

Built With

  • Gradle - Dependency management

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details