vavr

Immutables.org encodings for Vavr

License

License

Categories

Categories

Immutables Application Layer Libs Code Generators Vavr General Purpose Libraries Functional Programming
GroupId

GroupId

org.immutables.vavr
ArtifactId

ArtifactId

vavr
Last Version

Last Version

0.6.2
Release Date

Release Date

Type

Type

pom
Description

Description

vavr
Immutables.org encodings for Vavr
Project URL

Project URL

https://github.com/immutables/immutables-vavr
Project Organization

Project Organization

The Immutables.org authors
Source Code Management

Source Code Management

https://github.com/immutables/immutables-vavr

Download vavr

Filename Size
vavr-0.6.2.pom 16 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.immutables.vavr/vavr/ -->
<dependency>
    <groupId>org.immutables.vavr</groupId>
    <artifactId>vavr</artifactId>
    <version>0.6.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.immutables.vavr/vavr/
implementation 'org.immutables.vavr:vavr:0.6.2'
// https://jarcasting.com/artifacts/org.immutables.vavr/vavr/
implementation ("org.immutables.vavr:vavr:0.6.2")
'org.immutables.vavr:vavr:pom:0.6.2'
<dependency org="org.immutables.vavr" name="vavr" rev="0.6.2">
  <artifact name="vavr" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.immutables.vavr', module='vavr', version='0.6.2')
)
libraryDependencies += "org.immutables.vavr" % "vavr" % "0.6.2"
[org.immutables.vavr/vavr "0.6.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • vavr-checkstyle
  • vavr-encodings
  • vavr-examples

immutables-vavr

Maven Central Maven Central (snapshot) Codacy Badge

A set of Immutables encodings for Vavr.

Note: Prior to a 1.0.0 release, the encodings are still in the experimental phase and therefore should not be relied upon to provide a stable API.

JVM Platform Status
OpenJDK LTS Linux Build (OpenJDK LTS, Linux)
OpenJDK Current Linux Build (OpenJDK Current, Linux)
OpenJDK Current Windows Build (OpenJDK Current, Windows)

Ten Second Tutorial

Include the encodings in your project:

<dependency>
  <groupId>org.immutables.vavr</groupId>
  <artifactId>vavr-encodings</artifactId>
  <version><!-- Insert latest version here --></version>
  <scope>provided</scope>
</dependency>

Annotate your types with @VavrEncodingEnabled. Alternatively, you can annotate a @Style annotation with @VavrEncodingEnabled and have it apply to any types that are using that style. See Styles.

Now, any use of Vavr collections in your abstract value types will magically result in the generated Builder types being augmented with methods to build immutable collections element-by-element. Use of Vavr's Option type will receive the same special treatment as the standard Java Optional type.

org.immutables.vavr

Immutables

Java toolkits around immutability, annotation processing and high performance

Versions

Version
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0