Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<RowMapper> |
__TYPE_ARG |
io.vertx.lang.rx.TypeArg<T> |
__typeArg_0 |
Constructor and Description |
---|
RowMapper(Object delegate,
io.vertx.lang.rx.TypeArg<T> typeArg_0) |
RowMapper(RowMapper delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
RowMapper |
getDelegate() |
int |
hashCode() |
T |
map(Row row)
Build a
T representation of the given row |
static <T> RowMapper<T> |
newInstance(RowMapper arg) |
static <T> RowMapper<T> |
newInstance(RowMapper arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<RowMapper> __TYPE_ARG
public final io.vertx.lang.rx.TypeArg<T> __typeArg_0
public RowMapper(RowMapper delegate)
Copyright © 2022 Eclipse. All rights reserved.