public class SettableFuture<V>
extends com.google.common.util.concurrent.AbstractFuture<V>
| Modifier and Type | Method and Description |
|---|---|
static <V> SettableFuture<V> |
create() |
boolean |
set(V value) |
boolean |
setException(Throwable throwable) |
public static <V> SettableFuture<V> create()
public boolean set(V value)
set in class com.google.common.util.concurrent.AbstractFuture<V>Copyright © 2018. All rights reserved.