Uses of Class
org.docx4j.com.google.common.util.concurrent.FluentFuture
Packages that use FluentFuture
-
Uses of FluentFuture in org.docx4j.com.google.common.util.concurrent
Methods in org.docx4j.com.google.common.util.concurrent that return FluentFutureModifier and TypeMethodDescriptionstatic <V> FluentFuture<V>FluentFuture.from(FluentFuture<V> future) Deprecated.no need to use thisfinal FluentFuture<V>FluentFuture.withTimeout(long timeout, TimeUnit unit, 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 FluentFutureModifier and TypeMethodDescriptionstatic <V> FluentFuture<V>FluentFuture.from(FluentFuture<V> future) Deprecated.no need to use this