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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVertxBatchLoader
(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 Summary
Modifier and TypeMethodDescriptionboolean
io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader
int
hashCode()
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
-
VertxBatchLoader
public VertxBatchLoader(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader delegate) -
VertxBatchLoader
-
VertxBatchLoader
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
newInstance
public static <K,V> VertxBatchLoader<K,V> newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader arg) -
newInstance
public static <K,V> VertxBatchLoader<K,V> newInstance(io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V)
-