Class RowsList

java.lang.Object
io.vertx.rxjava3.jdbcclient.RowsList
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class RowsList extends Object implements io.vertx.lang.rx.RxDelegate
  • Field Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<RowsList> __TYPE_ARG
  • Constructor Details

    • RowsList

      public RowsList(RowsList delegate)
    • RowsList

      public RowsList(Object delegate)
  • 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 RowsList getDelegate()
      Specified by:
      getDelegate in interface io.vertx.lang.rx.RxDelegate
    • rows

      public List<Row> rows()
    • newInstance

      public static RowsList newInstance(RowsList arg)