Package io.vertx.mutiny.sqlclient
Class RowIterator<R>
- java.lang.Object
-
- io.vertx.mutiny.sqlclient.RowIterator<R>
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<RowIterator>
__TYPE_ARG
TypeArg<R>
__typeArg_0
-
Constructor Summary
Constructors Constructor Description RowIterator(io.vertx.sqlclient.RowIterator delegate)
RowIterator(io.vertx.sqlclient.RowIterator delegate, TypeArg<R> typeArg_0)
RowIterator(Object delegate, TypeArg<R> typeArg_0)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
io.smallrye.mutiny.Multi<R>
toMulti()
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 TypeArg<RowIterator> __TYPE_ARG
-
-
Method Detail
-
getDelegate
public io.vertx.sqlclient.RowIterator getDelegate()
-
toMulti
public io.smallrye.mutiny.Multi<R> toMulti()
-
newInstance
public static <R> RowIterator<R> newInstance(io.vertx.sqlclient.RowIterator arg)
-
newInstance
public static <R> RowIterator<R> newInstance(io.vertx.sqlclient.RowIterator arg, TypeArg<R> __typeArg_R)
-
-