Package io.vertx.rxjava3.sqlclient
Class RowIterator<R>
- java.lang.Object
-
- io.vertx.rxjava3.sqlclient.RowIterator<R>
-
-
Field Summary
Fields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<RowIterator>
__TYPE_ARG
io.vertx.lang.rx.TypeArg<R>
__typeArg_0
-
Constructor Summary
Constructors Constructor Description RowIterator(RowIterator delegate)
RowIterator(Object delegate, io.vertx.lang.rx.TypeArg<R> typeArg_0)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
RowIterator
getDelegate()
int
hashCode()
boolean
hasNext()
static <R> RowIterator<R>
newInstance(RowIterator arg)
static <R> RowIterator<R>
newInstance(RowIterator arg, io.vertx.lang.rx.TypeArg<R> __typeArg_R)
R
next()
String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Field Detail
-
__TYPE_ARG
public static final io.vertx.lang.rx.TypeArg<RowIterator> __TYPE_ARG
-
__typeArg_0
public final io.vertx.lang.rx.TypeArg<R> __typeArg_0
-
-
Constructor Detail
-
RowIterator
public RowIterator(RowIterator delegate)
-
-
Method Detail
-
getDelegate
public RowIterator getDelegate()
-
newInstance
public static <R> RowIterator<R> newInstance(RowIterator arg)
-
newInstance
public static <R> RowIterator<R> newInstance(RowIterator arg, io.vertx.lang.rx.TypeArg<R> __typeArg_R)
-
-