Skip to content
/ jfunc Public

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

License

Notifications You must be signed in to change notification settings

RomanQed/jfunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jfunc maven-central

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 lazy suppliers
  • Wrappers for suppressing checked exceptions

Installing

Gradle dependency

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

Maven dependency

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

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages