Package io.vertx.mutiny.sqlclient
Class RowIterator<R>
java.lang.Object
io.vertx.mutiny.sqlclient.RowIterator<R>
- All Implemented Interfaces:
MutinyDelegate,Iterator<R>
An iterator for processing rows.
NOTE: This class has been automatically generated from the original non Mutiny-ified interface.
- See Also:
-
RowIterator
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRowIterator(io.vertx.sqlclient.RowIterator<R> delegate) Create a new instance ofRowIteratordelegating to the given (non-null) instance ofRowIterator.RowIterator(io.vertx.sqlclient.RowIterator<R> delegate, TypeArg<R> typeArg_0) RowIterator(Object delegate, TypeArg<R> typeArg_0) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.sqlclient.RowIterator<R>Get the delegate instance.inthashCode()booleanhasNext()static <R> RowIterator<R>newInstance(io.vertx.sqlclient.RowIterator<R> delegate) Creates a new instance of theRowIterator.static <R> RowIterator<R>newInstance(io.vertx.sqlclient.RowIterator<R> delegate, TypeArg<R> typeArg_0) Creates a new instance of theRowIterator.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
Create a new instance ofRowIteratordelegating to the given (non-null) instance ofRowIterator. -
RowIterator
-
RowIterator
-
-
Method Details
-
getDelegate
Get the delegate instance.This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.
- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate instance
-
hasNext
public boolean hasNext() -
next
-
newInstance
Creates a new instance of theRowIterator. -
newInstance
public static <R> RowIterator<R> newInstance(io.vertx.sqlclient.RowIterator<R> delegate, TypeArg<R> typeArg_0) Creates a new instance of theRowIterator. -
hashCode
public int hashCode() -
equals
-
toString
-