An open API service indexing awesome lists of open source software.

https://github.com/vanillasource/function

Practical functional extensions for Java 8
https://github.com/vanillasource/function

Last synced: 5 months ago
JSON representation

Practical functional extensions for Java 8

Awesome Lists containing this project

README

          

# Function

This library contains some additions and extensions to Java 8 functional interfaces and
related classes.

## Usage

Simply pull it as a maven dependency, and use classes that you like.

```xml

com.vanillasource.function
function
1.0.0

```