Package io.vertx.reactivex.sqlclient
Class RowIterator<R>
java.lang.Object
io.vertx.reactivex.sqlclient.RowIterator<R>
- All Implemented Interfaces:
RxDelegate,Iterator<R>
An iterator for processing rows.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRowIterator(RowIterator delegate) RowIterator(Object delegate, TypeArg<R> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanhasNext()static <R> RowIterator<R>newInstance(RowIterator arg) static <R> RowIterator<R>newInstance(RowIterator arg, TypeArg<R> __typeArg_R) next()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
-
RowIterator
-
-
Method Details
-
toString
-
equals
-
hashCode
public int hashCode() -
getDelegate
- Specified by:
getDelegatein interfaceRxDelegate
-
hasNext
public boolean hasNext() -
next
-
newInstance
-
newInstance
-