Top Description Packages
vavr-parent 0.10.6

Module io.vavr

Automatic module of vavr 0.10.6.

Dependencies
io.vavr.match, java.base
Maven Central
Group ID:io.vavr
Artifacts:vavr

Vavr

Version
0.10.6
Release Date
2025-02-01

Package Summary

Modifier and TypePackage and Description
open package
io.vavr

Beside io.vavr.API the io.vavr package contains core types like (Checked)Functions and Tuples.

open package
io.vavr.collection

Purely functional collections based on io.vavr.collection.Traversable.

open package
io.vavr.concurrent

This package contains basic building blocks for creating fast, asynchronous, non-blocking parallel code.

open package
io.vavr.control

Control structures like the disjoint union type io.vavr.control.Either, the optional value type io.vavr.control.Option and io.vavr.control.Try for exception handling.