| Package | Description |
|---|---|
| org.docx4j.com.google.common.util.concurrent |
| Modifier and Type | Class and Description |
|---|---|
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. |
Copyright © 2007-2020. All Rights Reserved.