Uses of Class
org.docx4j.com.google.common.util.concurrent.internal.InternalFutureFailureAccess
Packages that use InternalFutureFailureAccess
Package
Description
-
Uses of InternalFutureFailureAccess in org.docx4j.com.google.common.util.concurrent
Subclasses of InternalFutureFailureAccess in org.docx4j.com.google.common.util.concurrentModifier and TypeClassDescriptionclassAn abstract implementation ofListenableFuture, intended for advanced users only.classFluentFuture<V>AListenableFuturethat supports fluent chains of operations.final classAListenableFuturewhose result can be set by aSettableFuture.set(Object),SettableFuture.setException(Throwable)orSettableFuture.setFuture(ListenableFuture)call. -
Uses of InternalFutureFailureAccess in org.docx4j.com.google.common.util.concurrent.internal
Methods in org.docx4j.com.google.common.util.concurrent.internal with parameters of type InternalFutureFailureAccessModifier and TypeMethodDescriptionstatic ThrowableInternalFutures.tryInternalFastPathGetFailure(InternalFutureFailureAccess future) Usually returnsnullbut, if the givenFuturehas failed, may optionally return the cause of the failure.