Class RowMapper<T>

java.lang.Object
io.vertx.rxjava3.sqlclient.templates.RowMapper<T>
All Implemented Interfaces:
RxDelegate

public class RowMapper<T> extends Object implements RxDelegate
Map a to an arbitrary T object.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • RowMapper

      public RowMapper(RowMapper delegate)
    • RowMapper

      public RowMapper(Object delegate, TypeArg<T> typeArg_0)
  • Method Details