Uses of Interface
org.apache.commons.lang3.concurrent.UncheckedFuture
Packages that use UncheckedFuture
Package
Description
Provides support classes for multi-threaded programming.
-
Uses of UncheckedFuture in org.apache.commons.lang3.concurrent
Classes in org.apache.commons.lang3.concurrent that implement UncheckedFutureModifier and TypeClassDescription(package private) final class
AnFuture
implementation that throws unchecked instead of checked exceptions.Methods in org.apache.commons.lang3.concurrent that return UncheckedFutureModifier and TypeMethodDescriptionstatic <T> UncheckedFuture
<T> Creates a new instance on the given Future.Methods in org.apache.commons.lang3.concurrent that return types with arguments of type UncheckedFutureModifier 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.