Package org.docx4j.com.google.common.util.concurrent
-
Interface Summary Interface Description AsyncFunction<I,O> Transforms a value, possibly asynchronously.ListenableFuture<V> AFuturethat accepts completion listeners.ListenableScheduledFuture<V> Helper interface to implement bothListenableFutureandScheduledFuture.ListeningExecutorService AnExecutorServicethat returnsListenableFutureinstances.ListeningScheduledExecutorService AScheduledExecutorServicethat returnsListenableFutureinstances from itsExecutorServicemethods. -
Class Summary Class Description AbstractFuture<V> An abstract implementation ofListenableFuture, intended for advanced users only.AbstractListeningExecutorService AbstractListeningExecutorServiceimplementation that createsListenableFutureinstances for eachRunnableandCallablesubmitted to it.FluentFuture<V> AListenableFuturethat supports fluent chains of operations.Futures Static utility methods pertaining to theFutureinterface.MoreExecutors Factory and utility methods forExecutor,ExecutorService, andThreadFactory.SettableFuture<V> AListenableFuturewhose result can be set by aSettableFuture.set(Object),SettableFuture.setException(Throwable)orSettableFuture.setFuture(ListenableFuture)call.Uninterruptibles Utilities for treating interruptible operations as uninterruptible. -
Exception Summary Exception Description UncheckedExecutionException Unchecked variant ofExecutionException. -
Error Summary Error Description ExecutionError Errorvariant ofExecutionException.