public class WatchResult<T> extends Object
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<WatchResult> |
__TYPE_ARG |
io.vertx.lang.rx.TypeArg<T> |
__typeArg_0 |
Constructor and Description |
---|
WatchResult(Object delegate,
io.vertx.lang.rx.TypeArg<T> typeArg_0) |
WatchResult(WatchResult delegate) |
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,
io.vertx.lang.rx.TypeArg<T> __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 io.vertx.lang.rx.TypeArg<WatchResult> __TYPE_ARG
public final io.vertx.lang.rx.TypeArg<T> __typeArg_0
public WatchResult(WatchResult delegate)
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, io.vertx.lang.rx.TypeArg<T> __typeArg_T)
Copyright © 2022 Eclipse. All rights reserved.