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_ARGTypeArg<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 booleanequals(Object o)io.vertx.sqlclient.RowIteratorgetDelegate()inthashCode()booleanhasNext()static <R> RowIterator<R>newInstance(io.vertx.sqlclient.RowIterator arg)static <R> RowIterator<R>newInstance(io.vertx.sqlclient.RowIterator arg, TypeArg<R> __typeArg_R)Rnext()io.smallrye.mutiny.Multi<R>toMulti()StringtoString()- 
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)
 
 - 
 
 -