| Package | Description |
|---|---|
| org.docx4j.com.google.common.util.concurrent | |
| org.docx4j.com.google.common.util.concurrent.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFuture<V>
An abstract implementation of
ListenableFuture, intended for advanced users only. |
class |
FluentFuture<V>
A
ListenableFuture that supports fluent chains of operations. |
class |
SettableFuture<V>
A
ListenableFuture whose result can be set by a SettableFuture.set(Object), SettableFuture.setException(Throwable) or SettableFuture.setFuture(ListenableFuture) call. |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Throwable |
InternalFutures.tryInternalFastPathGetFailure(InternalFutureFailureAccess future)
Usually returns
null but, if the given Future has failed, may optionally
return the cause of the failure. |
Copyright © 2007–2023. All rights reserved.