Uses of Class
org.docx4j.com.google.common.util.concurrent.internal.InternalFutureFailureAccess
| Package | Description |
|---|---|
| org.docx4j.com.google.common.util.concurrent | |
| org.docx4j.com.google.common.util.concurrent.internal |
-
Uses of InternalFutureFailureAccess in org.docx4j.com.google.common.util.concurrent
Subclasses of InternalFutureFailureAccess in org.docx4j.com.google.common.util.concurrent Modifier and Type Class Description classAbstractFuture<V>An abstract implementation ofListenableFuture, intended for advanced users only.classFluentFuture<V>AListenableFuturethat supports fluent chains of operations.classSettableFuture<V>AListenableFuturewhose 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 InternalFutureFailureAccess Modifier and Type Method Description static java.lang.ThrowableInternalFutures. tryInternalFastPathGetFailure(InternalFutureFailureAccess future)Usually returnsnullbut, if the givenFuturehas failed, may optionally return the cause of the failure.