Class VertxMappedBatchLoader<K,​V>


  • public class VertxMappedBatchLoader<K,​V>
    extends Object
    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.

    • Constructor Detail

      • VertxMappedBatchLoader

        public VertxMappedBatchLoader​(io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader delegate)
      • VertxMappedBatchLoader

        public VertxMappedBatchLoader​(Object delegate,
                                      TypeArg<K> typeArg_0,
                                      TypeArg<V> typeArg_1)
      • VertxMappedBatchLoader

        public VertxMappedBatchLoader​(io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader delegate,
                                      TypeArg<K> typeArg_0,
                                      TypeArg<V> typeArg_1)
    • Method Detail

      • getDelegate

        public io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • newInstance

        public static <K,​V> VertxMappedBatchLoader<K,​V> newInstance​(io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader arg)
      • newInstance

        public static <K,​V> VertxMappedBatchLoader<K,​V> newInstance​(io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader arg,
                                                                                TypeArg<K> __typeArg_K,
                                                                                TypeArg<V> __typeArg_V)