JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
io.vavr.match
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package io.vavr.match
package
io.vavr.match
Related Packages
Package
Description
io.vavr
Beside
API
the io.vavr package contains core types like (Checked)Functions and Tuples.
io.vavr.match.annotation
io.vavr.match.generator
io.vavr.match.model
io.vavr.collection
Purely functional collections based on
Traversable
.
io.vavr.concurrent
This package contains basic building blocks for creating fast, asynchronous, non-blocking parallel code.
io.vavr.control
Control structures like the disjoint union type
Either
, the optional value type
Option
and
Try
for exception handling.
io.vavr.test
A property check framework built around
Property
which integrates well with unit test frameworks like junit.
Classes
Class
Description
PatternsProcessor
A code generator for Vavr
structural pattern matching
patterns.
UnapplyChecker
Checks if an
ExecutableElement
is a valid
@Unapply
method.