Uses of Interface
org.apache.commons.lang3.concurrent.UncheckedFuture
Package
Description
Provides support classes for multi-threaded programming.
-
Uses of UncheckedFuture in org.apache.commons.lang3.concurrent
Modifier and TypeMethodDescriptionstatic <T> UncheckedFuture<T>
Creates a new instance on the given Future.Modifier and TypeMethodDescriptionstatic <T> Stream<UncheckedFuture<T>>
UncheckedFuture.map
(Collection<Future<T>> futures) Maps the given instances as unchecked.static <T> Collection<UncheckedFuture<T>>
UncheckedFuture.on
(Collection<Future<T>> futures) Maps the given instances as unchecked.