vavr 1.0.0-alpha-3 API

Packages 
Package Description
io.vavr
Beside API the io.vavr package contains core types like (Checked)Functions and Tuples.
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.