Uses of Package
io.vavr.control
-
Packages that use io.vavr.control Package Description io.vavr BesideAPI
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 io.vavr.test A property check framework built around Property which integrates well with unit test frameworks like junit. -
Classes in io.vavr.control used by io.vavr Class Description Either Either represents a value of two possible types.Either.Left TheLeft
version of anEither
.Either.Right TheRight
version of anEither
.Option Replacement forOptional
.Option.None None is a singleton representation of the undefinedOption
.Option.Some Some represents a definedOption
.Try The Try control gives us the ability write safe code without focusing on try-catch blocks in the presence of exceptions.Try.Failure A failed Try.Try.Success A succeeded Try.Validation An implementation similar to scalaz's Validation control.Validation.Invalid An invalid ValidationValidation.Valid A valid Validation -
Classes in io.vavr.control used by io.vavr.collection Class Description Option Replacement forOptional
. -
Classes in io.vavr.control used by io.vavr.concurrent Class Description Option Replacement forOptional
.Try The Try control gives us the ability write safe code without focusing on try-catch blocks in the presence of exceptions. -
Classes in io.vavr.control used by io.vavr.control Class Description Either Either represents a value of two possible types.Either.LeftProjection Deprecated.Either is right-biased.Either.RightProjection Deprecated.Either is right-biased.GwtIncompatible Option Replacement forOptional
.Option.None None is a singleton representation of the undefinedOption
.Try The Try control gives us the ability write safe code without focusing on try-catch blocks in the presence of exceptions.Try.WithResources1 ATry
-with-resources builder that operates on oneAutoCloseable
resource.Try.WithResources2 ATry
-with-resources builder that operates on twoAutoCloseable
resources.Try.WithResources3 ATry
-with-resources builder that operates on threeAutoCloseable
resources.Try.WithResources4 ATry
-with-resources builder that operates on fourAutoCloseable
resources.Try.WithResources5 ATry
-with-resources builder that operates on fiveAutoCloseable
resources.Try.WithResources6 ATry
-with-resources builder that operates on sixAutoCloseable
resources.Try.WithResources7 ATry
-with-resources builder that operates on sevenAutoCloseable
resources.Try.WithResources8 ATry
-with-resources builder that operates on eightAutoCloseable
resources.Validation An implementation similar to scalaz's Validation control.Validation.Builder Validation.Builder3 Validation.Builder4 Validation.Builder5 Validation.Builder6 Validation.Builder7 Validation.Builder8 -
Classes in io.vavr.control used by io.vavr.test Class Description Option Replacement forOptional
.