Class VertxMappedBatchLoader<K,V>
- java.lang.Object
-
- io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader<K,V>
-
- All Implemented Interfaces:
RxDelegate
@Deprecated public class VertxMappedBatchLoader<K,V> extends Object implements RxDelegate
Deprecated.A that works well with Vert.x callback and based APIs. NOTE: This class has been automatically generated from theoriginal
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<VertxMappedBatchLoader>
__TYPE_ARG
Deprecated.TypeArg<K>
__typeArg_0
Deprecated.TypeArg<V>
__typeArg_1
Deprecated.
-
Constructor Summary
Constructors Constructor Description VertxMappedBatchLoader(VertxMappedBatchLoader delegate)
Deprecated.VertxMappedBatchLoader(Object delegate, TypeArg<K> typeArg_0, TypeArg<V> typeArg_1)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
getDelegate
public VertxMappedBatchLoader getDelegate()
Deprecated.- Specified by:
getDelegate
in interfaceRxDelegate
-
newInstance
public static <K,V> VertxMappedBatchLoader<K,V> newInstance(VertxMappedBatchLoader arg)
Deprecated.
-
newInstance
public static <K,V> VertxMappedBatchLoader<K,V> newInstance(VertxMappedBatchLoader arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V)
Deprecated.
-
-