Modifier and Type | Field and Description |
---|---|
static TypeArg<RowIterator> |
__TYPE_ARG |
TypeArg<R> |
__typeArg_0 |
Constructor and Description |
---|
RowIterator(Object delegate,
TypeArg<R> typeArg_0) |
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 <R> RowIterator<R> |
newInstance(io.vertx.sqlclient.RowIterator arg) |
static <R> RowIterator<R> |
newInstance(io.vertx.sqlclient.RowIterator arg,
TypeArg<R> __typeArg_R) |
R |
next() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEachRemaining, remove
public static final TypeArg<RowIterator> __TYPE_ARG
public io.vertx.sqlclient.RowIterator getDelegate()
public static <R> RowIterator<R> newInstance(io.vertx.sqlclient.RowIterator arg)
public static <R> RowIterator<R> newInstance(io.vertx.sqlclient.RowIterator arg, TypeArg<R> __typeArg_R)
Copyright © 2021 Eclipse. All rights reserved.