java.lang.Object
io.vertx.mutiny.sqlclient.RowIterator<R>
- All Implemented Interfaces:
io.smallrye.mutiny.vertx.MutinyDelegate,Iterator<R>
public class RowIterator<R>
extends Object
implements io.smallrye.mutiny.vertx.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
FieldsModifier and TypeFieldDescriptionstatic final io.smallrye.mutiny.vertx.TypeArg<RowIterator> final io.smallrye.mutiny.vertx.TypeArg<R> -
Constructor Summary
ConstructorsConstructorDescriptionRowIterator(io.vertx.sqlclient.RowIterator delegate) RowIterator(io.vertx.sqlclient.RowIterator delegate, io.smallrye.mutiny.vertx.TypeArg<R> typeArg_0) RowIterator(Object delegate, io.smallrye.mutiny.vertx.TypeArg<R> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.sqlclient.RowIteratorinthashCode()booleanhasNext()static <R> RowIterator<R> newInstance(io.vertx.sqlclient.RowIterator arg) static <R> RowIterator<R> newInstance(io.vertx.sqlclient.RowIterator arg, io.smallrye.mutiny.vertx.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, waitMethods 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
public RowIterator(io.vertx.sqlclient.RowIterator delegate, io.smallrye.mutiny.vertx.TypeArg<R> typeArg_0)
-
-
Method Details
-
getDelegate
public io.vertx.sqlclient.RowIterator getDelegate()- Specified by:
getDelegatein interfaceio.smallrye.mutiny.vertx.MutinyDelegate
-
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, io.smallrye.mutiny.vertx.TypeArg<R> __typeArg_R)
-