Skip to content
forked from vavr-io/vavr

A functional library for Java 8+ that provides persistent data types and functional control structures.

License

Notifications You must be signed in to change notification settings

mvh77/javaslang

 
 

Repository files navigation

Maven Central Build Status Coverage Status Gitter Chat

Feature-rich & self-contained functional programming in Java™ 8 and above. Javaslang is a functional library for Java 8+ that provides persistent data types and functional control structures. Because Javaslang does not depend on any libraries (other than the JVM) you can easily add it as standalone .jar to your classpath.

To stay up to date please follow the blog.

Using Javaslang

See User Guide

Useful Maven Goals

  • Executing tests: mvn clean test
  • Executing doclint: mvn javadoc:javadoc
  • Executing code coverage report: mvn -P ci clean test jacoco:report
  • Create -javadoc.jar: mvn javadoc:jar
  • Create -source.jar: mvn source:jar
  • Update version properties: mvn versions:update-properties
  • Check for new plugin version: mvn versions:display-plugin-updates

Benchmarks

Currently only basic microbenchmarks are available. To run

mvn clean test -Pbenchmark

About

A functional library for Java 8+ that provides persistent data types and functional control structures.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.9%
  • Scala 6.1%