Class RowIterator<R>

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

public class RowIterator<R> extends Object implements io.vertx.lang.rx.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 Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<RowIterator> __TYPE_ARG
    • __typeArg_0

      public final io.vertx.lang.rx.TypeArg<R> __typeArg_0
  • Constructor Details

    • RowIterator

      public RowIterator(RowIterator delegate)
    • RowIterator

      public RowIterator(Object delegate, io.vertx.lang.rx.TypeArg<R> typeArg_0)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getDelegate

      public RowIterator getDelegate()
      Specified by:
      getDelegate in interface io.vertx.lang.rx.RxDelegate
    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<R>
    • next

      public R next()
      Specified by:
      next in interface Iterator<R>
    • newInstance

      public static <R> RowIterator<R> newInstance(RowIterator arg)
    • newInstance

      public static <R> RowIterator<R> newInstance(RowIterator arg, io.vertx.lang.rx.TypeArg<R> __typeArg_R)