Class VertxBatchLoader<K,V>
- java.lang.Object
- 
- io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader<K,V>
 
- 
 public class VertxBatchLoader<K,V> extends Object A that works well with Vert.x callback and based APIs. NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
- 
- 
Field SummaryFields Modifier and Type Field Description static TypeArg<VertxBatchLoader>__TYPE_ARGTypeArg<K>__typeArg_0TypeArg<V>__typeArg_1
 - 
Constructor SummaryConstructors Constructor Description VertxBatchLoader(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader delegate)VertxBatchLoader(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader delegate, TypeArg<K> typeArg_0, TypeArg<V> typeArg_1)VertxBatchLoader(Object delegate, TypeArg<K> typeArg_0, TypeArg<V> typeArg_1)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoadergetDelegate()inthashCode()static <K,V>
 VertxBatchLoader<K,V>newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader arg)static <K,V>
 VertxBatchLoader<K,V>newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V)StringtoString()
 
- 
- 
- 
Method Detail- 
getDelegatepublic io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader getDelegate() 
 - 
newInstancepublic static <K,V> VertxBatchLoader<K,V> newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader arg) 
 - 
newInstancepublic static <K,V> VertxBatchLoader<K,V> newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V) 
 
- 
 
-