Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<VertxMappedBatchLoader> |
__TYPE_ARG |
io.vertx.lang.rx.TypeArg<K> |
__typeArg_0 |
io.vertx.lang.rx.TypeArg<V> |
__typeArg_1 |
Constructor and Description |
---|
VertxMappedBatchLoader(Object delegate,
io.vertx.lang.rx.TypeArg<K> typeArg_0,
io.vertx.lang.rx.TypeArg<V> typeArg_1) |
VertxMappedBatchLoader(VertxMappedBatchLoader delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
VertxMappedBatchLoader |
getDelegate() |
int |
hashCode() |
static <K,V> VertxMappedBatchLoader<K,V> |
newInstance(VertxMappedBatchLoader arg) |
static <K,V> VertxMappedBatchLoader<K,V> |
newInstance(VertxMappedBatchLoader arg,
io.vertx.lang.rx.TypeArg<K> __typeArg_K,
io.vertx.lang.rx.TypeArg<V> __typeArg_V) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<VertxMappedBatchLoader> __TYPE_ARG
public final io.vertx.lang.rx.TypeArg<K> __typeArg_0
public final io.vertx.lang.rx.TypeArg<V> __typeArg_1
public VertxMappedBatchLoader(VertxMappedBatchLoader delegate)
public VertxMappedBatchLoader getDelegate()
public static <K,V> VertxMappedBatchLoader<K,V> newInstance(VertxMappedBatchLoader arg)
public static <K,V> VertxMappedBatchLoader<K,V> newInstance(VertxMappedBatchLoader arg, io.vertx.lang.rx.TypeArg<K> __typeArg_K, io.vertx.lang.rx.TypeArg<V> __typeArg_V)
Copyright © 2022 Eclipse. All rights reserved.