Uses of Class
org.docx4j.com.google.common.util.concurrent.SettableFuture
Packages that use SettableFuture
-
Uses of SettableFuture in org.docx4j.com.google.common.util.concurrent
Methods in org.docx4j.com.google.common.util.concurrent that return SettableFutureModifier and TypeMethodDescriptionstatic <V> SettableFuture<V>SettableFuture.create()Creates a newSettableFuturethat can be completed or cancelled by a later method call.