Uses of Class
io.vavr.concurrent.FutureImpl
Packages that use FutureImpl
Package
Description
This package contains basic building blocks for creating fast, asynchronous, non-blocking parallel code.
-
Uses of FutureImpl in io.vavr.concurrent
Fields in io.vavr.concurrent declared as FutureImplMethods in io.vavr.concurrent that return FutureImplModifier and TypeMethodDescription(package private) static <T> FutureImpl
<T> Creates aFutureImpl
that is eventually completed.(package private) static <T> FutureImpl
<T> Creates aFutureImpl
that needs to be automatically completed by callingtryComplete(Try)
.(package private) static <T> FutureImpl
<T> Creates aFutureImpl
that is immediately completed with the given value.(package private) static <T> FutureImpl
<T> Creates aFutureImpl
that is eventually completed.Constructors in io.vavr.concurrent with parameters of type FutureImpl