Package io.vertx.sqlclient
Interface RowIterator<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
R
next()
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-