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
Subclasses of FluentFuture in org.docx4j.com.google.common.util.concurrentModifier and TypeClassDescription(package private) classAbstractTransformFuture<I,O, F, T> Implementations ofFutures.transform*.private static final classAnAbstractTransformFuturethat delegates to anAsyncFunctionandAbstractFuture.setFuture(ListenableFuture).private static final class(package private) static classA less abstract subclass of AbstractFuture.(package private) final classImplementation ofFutures#withTimeout.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