Class RowIterator<R>

java.lang.Object
io.vertx.reactivex.sqlclient.RowIterator<R>
All Implemented Interfaces:
RxDelegate, Iterator<R>

public class RowIterator<R> extends Object implements 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.