Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.44 KB

File metadata and controls

49 lines (38 loc) · 2.44 KB

javaslang-samples

Samples of code with and without Javaslang.

Inspired by Javaslang documentation and "Javaslang - functional Java done right" presentation by Grzegorz Piwowarek.

Usage

./gradlew clean test is the main command to run tests.

Prerequisites

The application is meant to be built with Java 8.

In case of any problems please note that application was verified on:

  • Oracle Java SE 1.8.0_66
  • Apple OS X 10.11.5
  • git 2.9.0

Javaslang features to cover

Javaslang has many features. Below there is a To Do list with list of those features. Every feature covered by samples in this project is marked as done.