Class VertxBatchLoader<K,V> 
java.lang.Object
io.vertx.mutiny.ext.web.handler.graphql.dataloader.VertxBatchLoader<K,V> 
- All Implemented Interfaces:
- MutinyDelegate
A  that works well with Vert.x callback and  based APIs.
 
 NOTE: This class has been automatically generated from the 
original non Mutiny-ified interface using Vert.x codegen.- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionVertxBatchLoader(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) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanio.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoaderinthashCode()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) toString()
- 
Field Details- 
__TYPE_ARG
- 
__typeArg_0
- 
__typeArg_1
 
- 
- 
Constructor Details- 
VertxBatchLoaderpublic VertxBatchLoader(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader delegate) 
- 
VertxBatchLoader
- 
VertxBatchLoader
 
- 
- 
Method Details- 
getDelegatepublic io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader getDelegate()- Specified by:
- getDelegatein interface- MutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
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) 
 
-