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