| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<RowIterator> |
__TYPE_ARG |
| Constructor and Description |
|---|
RowIterator(io.vertx.sqlclient.RowIterator delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
io.vertx.sqlclient.RowIterator |
getDelegate() |
int |
hashCode() |
boolean |
hasNext() |
static RowIterator |
newInstance(io.vertx.sqlclient.RowIterator arg) |
Row |
next() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEachRemaining, removepublic static final io.vertx.lang.rx.TypeArg<RowIterator> __TYPE_ARG
public io.vertx.sqlclient.RowIterator getDelegate()
public static RowIterator newInstance(io.vertx.sqlclient.RowIterator arg)
Copyright © 2019 Eclipse. All rights reserved.