vavr

VΛVΓ (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.

Github星跟踪图

License
GitHub Release
[Maven Central](http://search.maven.org/#search, gav, 1, g:"io.vavr"%20AND%20a:"vavr")
Build Status
Code Coverage
Gitter Chat
donate
patrons

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.

主要指标

概览
名称与所有者vavr-io/vavr
主编程语言Java
编程语言Java (语言数: 4)
平台
许可证Apache License 2.0
所有者活动
创建于2014-01-30 14:07:25
推送于2025-07-03 06:01:10
最后一次提交
发布数34
最新版本名称v0.10.6 (发布于 2025-02-01 07:47:19)
第一版名称javaslang-v1.0.0 (发布于 2014-03-19 22:42:05)
用户参与
星数5.9k
关注者数171
派生数646
提交数4.4k
已启用问题?
问题数1222
打开的问题数83
拉请求数1649
打开的拉请求数7
关闭的拉请求数144
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?