Uses of Class
com.google.common.util.concurrent.internal.InternalFutureFailureAccess
Packages that use InternalFutureFailureAccess
Package
Description
Concurrency utilities.
-
Uses of InternalFutureFailureAccess in com.google.common.util.concurrent
Subclasses of InternalFutureFailureAccess in com.google.common.util.concurrentModifier and TypeClassDescriptionclass
AbstractFuture<V extends @Nullable Object>
An abstract implementation ofListenableFuture
, intended for advanced users only.class
FluentFuture<V extends @Nullable Object>
AListenableFuture
that supports fluent chains of operations.final class
SettableFuture<V extends @Nullable Object>
AListenableFuture
whose result can be set by aSettableFuture.set(Object)
,SettableFuture.setException(Throwable)
orSettableFuture.setFuture(ListenableFuture)
call. -
Uses of InternalFutureFailureAccess in com.google.common.util.concurrent.internal
Methods in com.google.common.util.concurrent.internal with parameters of type InternalFutureFailureAccessModifier and TypeMethodDescriptionstatic Throwable
InternalFutures.tryInternalFastPathGetFailure
(InternalFutureFailureAccess future) Usually returnsnull
but, if the givenFuture
has failed, may optionally return the cause of the failure.