Skip to content
/ vavr Public
forked from vavr-io/vavr

VAVR (formerly called Javaslang) is a non-commercial, non-profit object-functional library that runs with Java 8+. It aims to reduce the lines of code and increase code quality.

License

Notifications You must be signed in to change notification settings

bmscomp/vavr

This branch is 189 commits ahead of, 153 commits behind vavr-io/vavr:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 22, 2024
Aug 28, 2024
Aug 22, 2024
Aug 28, 2024
Aug 28, 2024
Jul 7, 2019
Feb 10, 2021
Aug 20, 2024
Aug 20, 2024
Jul 25, 2024
Nov 18, 2021
Aug 22, 2024
Mar 9, 2020
Aug 22, 2024
Aug 22, 2024
Jul 7, 2019
Aug 20, 2024

Repository files navigation

Vavr

License: MIT GitHub Release Maven Central Build Status Code Coverage Gitter Chat

vavr-logo

Vavr is an object-functional language extension to Java 8 that aims to reduce the number of lines of code and increase code quality. It provides persistent collections, functional abstractions for error handling, concurrent programming, pattern matching, and much more.

Vavr fuses the power of object-oriented programming with the elegance and robustness of functional programming. The most interesting part is a feature-rich, persistent collection library that smoothly integrates with Java's standard collections.

Because Vavr does not depend on any libraries (other than the JVM), you can easily add it as a standalone .jar to your classpath.

To stay up to date please follow the blog.

Stargazers over time

Stargazers over time

Using Vavr

See User Guide and/or Javadoc.

Gradle tasks:

  • Build: ./gradlew check
    • test reports: ./build/reports/tests/test/index.html
    • coverage reports: ./build/reports/jacoco/test/html/index.html
  • Javadoc (linting): ./gradlew javadoc

Contributing

A small number of users have reported problems building Vavr. Read our contribution guide for details.

About

VAVR (formerly called Javaslang) is a non-commercial, non-profit object-functional library that runs with Java 8+. It aims to reduce the lines of code and increase code quality.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.1%
  • Scala 3.9%