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 TypeArg<RowIterator>__TYPE_ARGTypeArg<R>__typeArg_0 
- 
Constructor Summary
Constructors Constructor Description RowIterator(RowIterator delegate)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)RowIteratorgetDelegate()inthashCode()booleanhasNext()static <R> RowIterator<R>newInstance(RowIterator arg)static <R> RowIterator<R>newInstance(RowIterator arg, TypeArg<R> __typeArg_R)Rnext()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
 
 - 
 
- 
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, TypeArg<R> __typeArg_R)
 
 - 
 
 -