Uses of Package
io.vavr.control
-
Packages that use io.vavr.control Package Description io.vavr BesideAPIthe 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 TheLeftversion of anEither.Either.Right TheRightversion 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 oneAutoCloseableresource.Try.WithResources2 ATry-with-resources builder that operates on twoAutoCloseableresources.Try.WithResources3 ATry-with-resources builder that operates on threeAutoCloseableresources.Try.WithResources4 ATry-with-resources builder that operates on fourAutoCloseableresources.Try.WithResources5 ATry-with-resources builder that operates on fiveAutoCloseableresources.Try.WithResources6 ATry-with-resources builder that operates on sixAutoCloseableresources.Try.WithResources7 ATry-with-resources builder that operates on sevenAutoCloseableresources.Try.WithResources8 ATry-with-resources builder that operates on eightAutoCloseableresources.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.