public class WatchResult<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
static <any> |
__TYPE_ARG |
<any> |
__typeArg_0 |
| Constructor and Description |
|---|
WatchResult(WatchResult delegate) |
WatchResult(WatchResult delegate,
<any> typeArg_0) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
cause()
A Throwable describing failure.
|
boolean |
equals(Object o) |
boolean |
failed()
Did it fail?
|
WatchResult |
getDelegate() |
int |
hashCode() |
static <T> WatchResult<T> |
newInstance(WatchResult arg) |
static <T> WatchResult<T> |
newInstance(WatchResult arg,
<any> __typeArg_T) |
T |
nextResult()
The next result of the operation.
|
T |
prevResult()
The previous result of the operation.
|
boolean |
succeeded()
Did it succeed?
|
String |
toString() |
public static final <any> __TYPE_ARG
public final <any> __typeArg_0
public WatchResult(WatchResult delegate)
public WatchResult(WatchResult delegate, <any> typeArg_0)
public WatchResult getDelegate()
public T prevResult()
public T nextResult()
public Throwable cause()
public boolean succeeded()
public boolean failed()
public static <T> WatchResult<T> newInstance(WatchResult arg)
public static <T> WatchResult<T> newInstance(WatchResult arg, <any> __typeArg_T)
Copyright © 2018 Eclipse. All rights reserved.