Class RowIterator<R>
java.lang.Object
io.vertx.reactivex.sqlclient.RowIterator<R>
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate, Iterator<R>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<RowIterator> final io.vertx.lang.rx.TypeArg<R> -
Constructor Summary
ConstructorsConstructorDescriptionRowIterator(RowIterator delegate) RowIterator(Object delegate, io.vertx.lang.rx.TypeArg<R> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanhasNext()static <R> RowIterator<R> newInstance(RowIterator arg) static <R> RowIterator<R> newInstance(RowIterator arg, io.vertx.lang.rx.TypeArg<R> __typeArg_R) next()toString()Methods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
__TYPE_ARG
-
__typeArg_0
-
-
Constructor Details
-
RowIterator
-
RowIterator
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
hasNext
-
next
-
newInstance
-
newInstance
public static <R> RowIterator<R> newInstance(RowIterator arg, io.vertx.lang.rx.TypeArg<R> __typeArg_R)
-