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.
Install / Use
/learn @vavr-io/VavrREADME
Vavr
____ ______________ ________________________ __________
\ \/ / \ \/ / __/ / \ \/ / \
\______/___/\___\______/___/_____/___/\___\______/___/\___\
Vavr is an object-functional extension for Java that makes defensive programming easy by leveraging immutability and functional control structures
Vavr seamlessly combines object-oriented programming with the elegance and robustness of functional programming.
It provides:
- persistent collections
- functional abstractions for error handling, concurrent programming
- pattern matching
- ...and more
Since Vavr has no dependencies beyond the JVM, you can easily add it as a standalone .jar to your classpath.
Led and maintained by @pivovarit
Stargazers over time
Maven Dependency
<dependency>
<groupId>io.vavr</groupId>
<artifactId>vavr</artifactId>
<version>1.0.0</version>
</dependency>
Gradle Dependency
implementation 'io.vavr:vavr:1.0.0'
Using Vavr
See User Guide and/or Javadoc.
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
Contributing
Currently, there are two significant branches:
main(represents a stream of work leading to the release of a new major version)version/1.x(historical work that went into1.0.0-alpha-3, treat it as read-only - will be kept around for cherry-picking)
A small number of users have reported problems building Vavr. Read our contribution guide for details.
Related Skills
node-connect
337.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.2kCommit, push, and open a PR
