Package io.vertx.mutiny.sqlclient
Class RowIterator<R>
java.lang.Object
io.vertx.mutiny.sqlclient.RowIterator<R>
- All Implemented Interfaces:
MutinyDelegate
,Iterator<R>
An iterator for processing rows.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRowIterator
(io.vertx.sqlclient.RowIterator delegate) RowIterator
(io.vertx.sqlclient.RowIterator delegate, TypeArg<R> typeArg_0) RowIterator
(Object delegate, TypeArg<R> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptionboolean
io.vertx.sqlclient.RowIterator
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) next()
io.smallrye.mutiny.Multi<R>
toMulti()
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 Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
RowIterator
public RowIterator(io.vertx.sqlclient.RowIterator delegate) -
RowIterator
-
RowIterator
-
-
Method Details
-
getDelegate
public io.vertx.sqlclient.RowIterator getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
toMulti
-
hasNext
public boolean hasNext() -
next
-
newInstance
-
newInstance
public static <R> RowIterator<R> newInstance(io.vertx.sqlclient.RowIterator arg, TypeArg<R> __typeArg_R)
-