|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.common.util.concurrent.AbstractFuture<V>
org.mockserver.maven.SettableFuture<V>
public class SettableFuture<V>
| Method Summary | ||
|---|---|---|
static
|
create()
|
|
boolean |
set(V value)
|
|
boolean |
setException(Throwable throwable)
|
|
| Methods inherited from class com.google.common.util.concurrent.AbstractFuture |
|---|
addListener, cancel, get, get, interruptTask, isCancelled, isDone, wasInterrupted |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <V> SettableFuture<V> create()
public boolean set(V value)
set in class com.google.common.util.concurrent.AbstractFuture<V>public boolean setException(Throwable throwable)
setException in class com.google.common.util.concurrent.AbstractFuture<V>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||