delight-functional

Utilities for functional-style Java applications.

License

License

GPL
GroupId

GroupId

org.javadelight
ArtifactId

ArtifactId

delight-functional
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

bundle
Description

Description

delight-functional
Utilities for functional-style Java applications.
Project URL

Project URL

https://github.com/javadelight/delight-functional
Source Code Management

Source Code Management

https://github.com/javadelight/delight-functional

Download delight-functional

Dependencies

compile (3)

Group / Artifact Type Version
org.eclipse.xtend : org.eclipse.xtend.lib.gwt jar 2.13.0
com.google.guava : guava jar 22.0
junit : junit jar 4.7

provided (1)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.8.2

Project Modules

There are no modules declared in this project.

Build Status

delight-functional

Part of Java Delight.

Utilities for functional-style Java code.

Maven Site

Dependency

Just add the following dependency to your projects.

<dependency>
    <groupId>org.javadelight</groupId>
    <artifactId>delight-functional</artifactId>
    <version>[insert latest version]</version>
</dependency>

This artifact is available on Maven Central and BinTray.

Maven Central

Usage

This library provides various base interfaces, which are the building block for functional Java applications.

While many of these exist in the most recent versions of Java, older versions of Java did not include them, so this library is ideal for developing backwards-compatible Java code. This is especially useful when developing GWT applications.

Find the interfaces and classes for this library here.

Latest Version

Download

Versions

Version
0.1.0
0.0.12
0.0.10