Class RowIterator<R>

  • All Implemented Interfaces:
    Iterator<R>

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

      • __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 Detail

      • RowIterator

        public RowIterator​(RowIterator delegate)
      • RowIterator

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