| Package | Description |
|---|---|
| io.atlassian.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
SettableFuture<T> |
SettableFuture.set(T value)
Set the value returned by
get() and get(long, TimeUnit) |
SettableFuture<T> |
SettableFuture.setException(Throwable throwable)
Set the exception thrown as the causal exception of an ExecutionException
by
get() and get(long, TimeUnit) |
Copyright © 2016 Atlassian. All rights reserved.