Package org.docx4j.com.google.common.util.concurrent
package org.docx4j.com.google.common.util.concurrent
-
ClassDescriptionAn abstract implementation of
ListenableFuture, intended for advanced users only.AbstractListeningExecutorServiceimplementation that createsListenableFutureinstances for eachRunnableandCallablesubmitted to it.AsyncFunction<I,O> Transforms a value, possibly asynchronously.Errorvariant ofExecutionException.FluentFuture<V>AListenableFuturethat supports fluent chains of operations.Static utility methods pertaining to theFutureinterface.AFuturethat accepts completion listeners.Helper interface to implement bothListenableFutureandScheduledFuture.AnExecutorServicethat returnsListenableFutureinstances.AScheduledExecutorServicethat returnsListenableFutureinstances from itsExecutorServicemethods.AListenableFuturewhose result can be set by aSettableFuture.set(Object),SettableFuture.setException(Throwable)orSettableFuture.setFuture(ListenableFuture)call.Unchecked variant ofExecutionException.Utilities for treating interruptible operations as uninterruptible.