Uses of Class
org.docx4j.com.google.common.util.concurrent.FluentFuture
| Package | Description |
|---|---|
| org.docx4j.com.google.common.util.concurrent |
-
Uses of FluentFuture in org.docx4j.com.google.common.util.concurrent
Methods in org.docx4j.com.google.common.util.concurrent that return FluentFuture Modifier and Type Method Description static <V> FluentFuture<V>FluentFuture. from(FluentFuture<V> future)Deprecated.no need to use thisFluentFuture<V>FluentFuture. withTimeout(long timeout, java.util.concurrent.TimeUnit unit, java.util.concurrent.ScheduledExecutorService scheduledExecutor)Returns a future that delegates to this future but will finish early (via aTimeoutExceptionwrapped in anExecutionException) if the specified timeout expires.Methods in org.docx4j.com.google.common.util.concurrent with parameters of type FluentFuture Modifier and Type Method Description static <V> FluentFuture<V>FluentFuture. from(FluentFuture<V> future)Deprecated.no need to use this