@Deprecated public class VertxBatchLoader<K,V> extends Object implements io.vertx.lang.rx.RxDelegate
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<VertxBatchLoader> |
__TYPE_ARG
Deprecated.
|
io.vertx.lang.rx.TypeArg<K> |
__typeArg_0
Deprecated.
|
io.vertx.lang.rx.TypeArg<V> |
__typeArg_1
Deprecated.
|
Constructor and Description |
---|
VertxBatchLoader(Object delegate,
io.vertx.lang.rx.TypeArg<K> typeArg_0,
io.vertx.lang.rx.TypeArg<V> typeArg_1)
Deprecated.
|
VertxBatchLoader(VertxBatchLoader delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
VertxBatchLoader |
getDelegate()
Deprecated.
|
int |
hashCode()
Deprecated.
|
static <K,V> VertxBatchLoader<K,V> |
newInstance(VertxBatchLoader arg)
Deprecated.
|
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)
Deprecated.
|
String |
toString()
Deprecated.
|
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()
getDelegate
in interface io.vertx.lang.rx.RxDelegate
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 © 2025 Eclipse. All rights reserved.