| Package | Description |
|---|---|
| org.docx4j.com.google.common.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static <V> FluentFuture<V> |
FluentFuture.from(FluentFuture<V> future)
Deprecated.
no need to use this
|
FluentFuture<V> |
FluentFuture.withTimeout(long timeout,
TimeUnit unit,
ScheduledExecutorService scheduledExecutor)
Returns a future that delegates to this future but will finish early (via a
TimeoutException wrapped in an ExecutionException) if the specified timeout expires. |
| Modifier and Type | Method and Description |
|---|---|
static <V> FluentFuture<V> |
FluentFuture.from(FluentFuture<V> future)
Deprecated.
no need to use this
|
Copyright © 2007-2022. All Rights Reserved.