Class VertxBatchLoader<K,V>
- java.lang.Object
-
- io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader<K,V>
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<VertxBatchLoader>__TYPE_ARGTypeArg<K>__typeArg_0TypeArg<V>__typeArg_1
-
Constructor Summary
Constructors Constructor Description VertxBatchLoader(VertxBatchLoader delegate)VertxBatchLoader(Object delegate, TypeArg<K> typeArg_0, TypeArg<V> typeArg_1)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)VertxBatchLoadergetDelegate()inthashCode()static <K,V>
VertxBatchLoader<K,V>newInstance(VertxBatchLoader arg)static <K,V>
VertxBatchLoader<K,V>newInstance(VertxBatchLoader arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V)StringtoString()
-
-
-
Method Detail
-
getDelegate
public VertxBatchLoader getDelegate()
-
newInstance
public static <K,V> VertxBatchLoader<K,V> newInstance(VertxBatchLoader arg)
-
newInstance
public static <K,V> VertxBatchLoader<K,V> newInstance(VertxBatchLoader arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V)
-
-