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