Uses of Class
org.docx4j.com.google.common.util.concurrent.SettableFuture
| Package | Description |
|---|---|
| org.docx4j.com.google.common.util.concurrent |
-
Uses of SettableFuture in org.docx4j.com.google.common.util.concurrent
Methods in org.docx4j.com.google.common.util.concurrent that return SettableFuture Modifier and Type Method Description static <V> SettableFuture<V>SettableFuture. create()Creates a newSettableFuturethat can be completed or cancelled by a later method call.