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

vʌvr (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

WuLi2023/vavr

This branch is 209 commits ahead of, 149 commits behind vavr-io/vavr:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23e62d1 · Apr 25, 2023
Apr 21, 2022
Jan 3, 2023
Jan 2, 2023
Jan 3, 2023
Apr 25, 2023
Apr 20, 2023
Feb 10, 2021
Jan 2, 2023
Jan 3, 2023
Jan 23, 2023
Jul 31, 2019
Feb 19, 2022
Nov 18, 2021
Jan 23, 2023
Mar 9, 2020
Jan 2, 2023
Jan 2, 2023
Jul 7, 2019
Jan 3, 2023

Repository files navigation

Gitpod ready-to-code License GitHub Release Maven Central Build Status Code Coverage Gitter Chat donate

vavr-logo

Vavr is an object-functional language extension to Java 8, which aims to reduce the 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 standalone .jar to your classpath.

To stay up to date please follow the blog.

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

vʌvr (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

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.1%
  • Scala 3.9%