Skip to content
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

wrandelshofer/vavr

 
 

Repository files navigation

vavr-champ

vavr-champ is binary compatible with the vavr library, but uses CHAMP-based collections internally.

For more details see the JavaDoc:

To use it instead of the original vavr library, you can specify vavr-champ as your dependency.

Maven:

<dependency>
    <groupId>ch.randelshofer</groupId>
    <artifactId>vavr-champ</artifactId>
    <version>0.10.5</version>
</dependency>

Gradle:

implementation group: 'ch.randelshofer', name: 'vavr-champ', version: '0.10.5'

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

Packages

No packages published

Languages

  • Java 96.2%
  • Scala 3.8%