public class io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl<K, V> implements io.vertx.core.shareddata.AsyncMap<K, V>, io.vertx.ext.cluster.infinispan.InfinispanAsyncMap<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl
  super_class: java.lang.Object
{
  private final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.infinispan.AdvancedCache<java.lang.Object, java.lang.Object> cache;
    descriptor: Lorg/infinispan/AdvancedCache;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/infinispan/AdvancedCache<Ljava/lang/Object;Ljava/lang/Object;>;

  public void <init>(io.vertx.core.Vertx, org.infinispan.Cache<java.lang.Object, java.lang.Object>);
    descriptor: (Lio/vertx/core/Vertx;Lorg/infinispan/Cache;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // org.infinispan.Cache cache
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.vertx:Lio/vertx/core/Vertx;
         2: .line 54
            aload 0 /* this */
            aload 2 /* cache */
            invokeinterface org.infinispan.Cache.getAdvancedCache:()Lorg/infinispan/AdvancedCache;
            putfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
         3: .line 55
            return
        end local 2 // org.infinispan.Cache cache
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    4     1  vertx  Lio/vertx/core/Vertx;
            0    4     2  cache  Lorg/infinispan/Cache<Ljava/lang/Object;Ljava/lang/Object;>;
    Signature: (Lio/vertx/core/Vertx;Lorg/infinispan/Cache<Ljava/lang/Object;Ljava/lang/Object;>;)V
    MethodParameters:
       Name  Flags
      vertx  
      cache  

  private <T> void whenComplete(java.util.concurrent.CompletableFuture<T>, io.vertx.core.Promise<T>);
    descriptor: (Ljava/util/concurrent/CompletableFuture;Lio/vertx/core/Promise;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // java.util.concurrent.CompletableFuture completableFuture
        start local 2 // io.vertx.core.Promise future
         0: .line 59
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            astore 3 /* context */
        start local 3 // io.vertx.core.Context context
         1: .line 60
            aload 1 /* completableFuture */
            aload 3 /* context */
            aload 2 /* future */
            invokedynamic accept(Lio/vertx/core/Context;Lio/vertx/core/Promise;)Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$0(Lio/vertx/core/Context;Lio/vertx/core/Promise;Ljava/lang/Object;Ljava/lang/Throwable;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Throwable;)V
            invokevirtual java.util.concurrent.CompletableFuture.whenComplete:(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;
            pop
         2: .line 67
            return
        end local 3 // io.vertx.core.Context context
        end local 2 // io.vertx.core.Promise future
        end local 1 // java.util.concurrent.CompletableFuture completableFuture
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    3     1  completableFuture  Ljava/util/concurrent/CompletableFuture<TT;>;
            0    3     2             future  Lio/vertx/core/Promise<TT;>;
            1    3     3            context  Lio/vertx/core/Context;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/concurrent/CompletableFuture<TT;>;Lio/vertx/core/Promise<TT;>;)V
    MethodParameters:
                   Name  Flags
      completableFuture  
      future             

  public void get(K, io.vertx.core.Handler<io.vertx.core.AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // java.lang.Object k
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 71
            aload 1 /* k */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* kk */
        start local 3 // java.lang.Object kk
         1: .line 72
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 4 /* vertxPromise */
        start local 4 // io.vertx.core.Promise vertxPromise
         2: .line 73
            aload 4 /* vertxPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/DataConverter.fromCachedObject(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            aload 2 /* resultHandler */
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         3: .line 74
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            aload 3 /* kk */
            invokeinterface org.infinispan.AdvancedCache.getAsync:(Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture;
            aload 4 /* vertxPromise */
            invokevirtual io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.whenComplete:(Ljava/util/concurrent/CompletableFuture;Lio/vertx/core/Promise;)V
         4: .line 75
            return
        end local 4 // io.vertx.core.Promise vertxPromise
        end local 3 // java.lang.Object kk
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    5     1              k  TK;
            0    5     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;
            1    5     3             kk  Ljava/lang/Object;
            2    5     4   vertxPromise  Lio/vertx/core/Promise<Ljava/lang/Object;>;
    Signature: (TK;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;)V
    MethodParameters:
               Name  Flags
      k              
      resultHandler  

  public void put(K, V, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object v
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 79
            aload 1 /* k */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* kk */
        start local 4 // java.lang.Object kk
         1: .line 80
            aload 2 /* v */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* vv */
        start local 5 // java.lang.Object vv
         2: .line 81
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 6 /* vertxPromise */
        start local 6 // io.vertx.core.Promise vertxPromise
         3: .line 82
            aload 6 /* vertxPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aconst_null
            invokeinterface io.vertx.core.Future.map:(Ljava/lang/Object;)Lio/vertx/core/Future;
            aload 3 /* completionHandler */
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         4: .line 83
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            iconst_1
            anewarray org.infinispan.context.Flag
            dup
            iconst_0
            getstatic org.infinispan.context.Flag.IGNORE_RETURN_VALUES:Lorg/infinispan/context/Flag;
            aastore
            invokeinterface org.infinispan.AdvancedCache.withFlags:([Lorg/infinispan/context/Flag;)Lorg/infinispan/AdvancedCache;
            aload 4 /* kk */
            aload 5 /* vv */
            invokeinterface org.infinispan.AdvancedCache.putAsync:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture;
            aload 6 /* vertxPromise */
            invokevirtual io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.whenComplete:(Ljava/util/concurrent/CompletableFuture;Lio/vertx/core/Promise;)V
         5: .line 84
            return
        end local 6 // io.vertx.core.Promise vertxPromise
        end local 5 // java.lang.Object vv
        end local 4 // java.lang.Object kk
        end local 3 // io.vertx.core.Handler completionHandler
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    6     1                  k  TK;
            0    6     2                  v  TV;
            0    6     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    6     4                 kk  Ljava/lang/Object;
            2    6     5                 vv  Ljava/lang/Object;
            3    6     6       vertxPromise  Lio/vertx/core/Promise<Ljava/lang/Object;>;
    Signature: (TK;TV;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      completionHandler  

  public void put(K, V, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;JLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=5
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object v
        start local 3 // long ttl
        start local 5 // io.vertx.core.Handler completionHandler
         0: .line 88
            aload 1 /* k */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* kk */
        start local 6 // java.lang.Object kk
         1: .line 89
            aload 2 /* v */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 7 /* vv */
        start local 7 // java.lang.Object vv
         2: .line 90
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 8 /* vertxPromise */
        start local 8 // io.vertx.core.Promise vertxPromise
         3: .line 91
            aload 8 /* vertxPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aconst_null
            invokeinterface io.vertx.core.Future.map:(Ljava/lang/Object;)Lio/vertx/core/Future;
            aload 5 /* completionHandler */
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         4: .line 92
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            iconst_1
            anewarray org.infinispan.context.Flag
            dup
            iconst_0
            getstatic org.infinispan.context.Flag.IGNORE_RETURN_VALUES:Lorg/infinispan/context/Flag;
            aastore
            invokeinterface org.infinispan.AdvancedCache.withFlags:([Lorg/infinispan/context/Flag;)Lorg/infinispan/AdvancedCache;
            aload 6 /* kk */
            aload 7 /* vv */
            lload 3 /* ttl */
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokeinterface org.infinispan.AdvancedCache.putAsync:(Ljava/lang/Object;Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/CompletableFuture;
            aload 8 /* vertxPromise */
            invokevirtual io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.whenComplete:(Ljava/util/concurrent/CompletableFuture;Lio/vertx/core/Promise;)V
         5: .line 93
            return
        end local 8 // io.vertx.core.Promise vertxPromise
        end local 7 // java.lang.Object vv
        end local 6 // java.lang.Object kk
        end local 5 // io.vertx.core.Handler completionHandler
        end local 3 // long ttl
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    6     1                  k  TK;
            0    6     2                  v  TV;
            0    6     3                ttl  J
            0    6     5  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    6     6                 kk  Ljava/lang/Object;
            2    6     7                 vv  Ljava/lang/Object;
            3    6     8       vertxPromise  Lio/vertx/core/Promise<Ljava/lang/Object;>;
    Signature: (TK;TV;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      ttl                
      completionHandler  

  public void putIfAbsent(K, V, io.vertx.core.Handler<io.vertx.core.AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object v
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 97
            aload 1 /* k */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* kk */
        start local 4 // java.lang.Object kk
         1: .line 98
            aload 2 /* v */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* vv */
        start local 5 // java.lang.Object vv
         2: .line 99
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 6 /* vertxPromise */
        start local 6 // io.vertx.core.Promise vertxPromise
         3: .line 100
            aload 6 /* vertxPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/DataConverter.fromCachedObject(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            aload 3 /* completionHandler */
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         4: .line 101
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            aload 4 /* kk */
            aload 5 /* vv */
            invokeinterface org.infinispan.AdvancedCache.putIfAbsentAsync:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture;
            aload 6 /* vertxPromise */
            invokevirtual io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.whenComplete:(Ljava/util/concurrent/CompletableFuture;Lio/vertx/core/Promise;)V
         5: .line 102
            return
        end local 6 // io.vertx.core.Promise vertxPromise
        end local 5 // java.lang.Object vv
        end local 4 // java.lang.Object kk
        end local 3 // io.vertx.core.Handler completionHandler
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    6     1                  k  TK;
            0    6     2                  v  TV;
            0    6     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;
            1    6     4                 kk  Ljava/lang/Object;
            2    6     5                 vv  Ljava/lang/Object;
            3    6     6       vertxPromise  Lio/vertx/core/Promise<Ljava/lang/Object;>;
    Signature: (TK;TV;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;)V
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      completionHandler  

  public void putIfAbsent(K, V, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;JLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=5
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object v
        start local 3 // long ttl
        start local 5 // io.vertx.core.Handler completionHandler
         0: .line 106
            aload 1 /* k */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* kk */
        start local 6 // java.lang.Object kk
         1: .line 107
            aload 2 /* v */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 7 /* vv */
        start local 7 // java.lang.Object vv
         2: .line 108
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 8 /* vertxPromise */
        start local 8 // io.vertx.core.Promise vertxPromise
         3: .line 109
            aload 8 /* vertxPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/DataConverter.fromCachedObject(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            aload 5 /* completionHandler */
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         4: .line 110
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            aload 6 /* kk */
            aload 7 /* vv */
            lload 3 /* ttl */
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokeinterface org.infinispan.AdvancedCache.putIfAbsentAsync:(Ljava/lang/Object;Ljava/lang/Object;JLjava/util/concurrent/TimeUnit;)Ljava/util/concurrent/CompletableFuture;
            aload 8 /* vertxPromise */
            invokevirtual io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.whenComplete:(Ljava/util/concurrent/CompletableFuture;Lio/vertx/core/Promise;)V
         5: .line 111
            return
        end local 8 // io.vertx.core.Promise vertxPromise
        end local 7 // java.lang.Object vv
        end local 6 // java.lang.Object kk
        end local 5 // io.vertx.core.Handler completionHandler
        end local 3 // long ttl
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    6     1                  k  TK;
            0    6     2                  v  TV;
            0    6     3                ttl  J
            0    6     5  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;
            1    6     6                 kk  Ljava/lang/Object;
            2    6     7                 vv  Ljava/lang/Object;
            3    6     8       vertxPromise  Lio/vertx/core/Promise<Ljava/lang/Object;>;
    Signature: (TK;TV;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;)V
    MethodParameters:
                   Name  Flags
      k                  
      v                  
      ttl                
      completionHandler  

  public void remove(K, io.vertx.core.Handler<io.vertx.core.AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // java.lang.Object k
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 115
            aload 1 /* k */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* kk */
        start local 3 // java.lang.Object kk
         1: .line 116
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 4 /* vertxPromise */
        start local 4 // io.vertx.core.Promise vertxPromise
         2: .line 117
            aload 4 /* vertxPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/DataConverter.fromCachedObject(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            aload 2 /* resultHandler */
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         3: .line 118
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            aload 3 /* kk */
            invokeinterface org.infinispan.AdvancedCache.removeAsync:(Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture;
            aload 4 /* vertxPromise */
            invokevirtual io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.whenComplete:(Ljava/util/concurrent/CompletableFuture;Lio/vertx/core/Promise;)V
         4: .line 119
            return
        end local 4 // io.vertx.core.Promise vertxPromise
        end local 3 // java.lang.Object kk
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    5     1              k  TK;
            0    5     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;
            1    5     3             kk  Ljava/lang/Object;
            2    5     4   vertxPromise  Lio/vertx/core/Promise<Ljava/lang/Object;>;
    Signature: (TK;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;)V
    MethodParameters:
               Name  Flags
      k              
      resultHandler  

  public void removeIfPresent(K, V, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object v
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 123
            aload 1 /* k */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* kk */
        start local 4 // java.lang.Object kk
         1: .line 124
            aload 2 /* v */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* vv */
        start local 5 // java.lang.Object vv
         2: .line 125
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 6 /* vertxPromise */
        start local 6 // io.vertx.core.Promise vertxPromise
         3: .line 126
            aload 6 /* vertxPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aload 3 /* resultHandler */
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         4: .line 127
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            aload 4 /* kk */
            aload 5 /* vv */
            invokeinterface org.infinispan.AdvancedCache.removeAsync:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture;
            aload 6 /* vertxPromise */
            invokevirtual io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.whenComplete:(Ljava/util/concurrent/CompletableFuture;Lio/vertx/core/Promise;)V
         5: .line 128
            return
        end local 6 // io.vertx.core.Promise vertxPromise
        end local 5 // java.lang.Object vv
        end local 4 // java.lang.Object kk
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    6     1              k  TK;
            0    6     2              v  TV;
            0    6     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
            1    6     4             kk  Ljava/lang/Object;
            2    6     5             vv  Ljava/lang/Object;
            3    6     6   vertxPromise  Lio/vertx/core/Promise<Ljava/lang/Boolean;>;
    Signature: (TK;TV;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)V
    MethodParameters:
               Name  Flags
      k              
      v              
      resultHandler  

  public void replace(K, V, io.vertx.core.Handler<io.vertx.core.AsyncResult<V>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object v
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 132
            aload 1 /* k */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* kk */
        start local 4 // java.lang.Object kk
         1: .line 133
            aload 2 /* v */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* vv */
        start local 5 // java.lang.Object vv
         2: .line 134
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 6 /* vertxPromise */
        start local 6 // io.vertx.core.Promise vertxPromise
         3: .line 135
            aload 6 /* vertxPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/DataConverter.fromCachedObject(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface io.vertx.core.Future.map:(Ljava/util/function/Function;)Lio/vertx/core/Future;
            aload 3 /* resultHandler */
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         4: .line 136
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            aload 4 /* kk */
            aload 5 /* vv */
            invokeinterface org.infinispan.AdvancedCache.replaceAsync:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture;
            aload 6 /* vertxPromise */
            invokevirtual io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.whenComplete:(Ljava/util/concurrent/CompletableFuture;Lio/vertx/core/Promise;)V
         5: .line 137
            return
        end local 6 // io.vertx.core.Promise vertxPromise
        end local 5 // java.lang.Object vv
        end local 4 // java.lang.Object kk
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    6     1              k  TK;
            0    6     2              v  TV;
            0    6     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;
            1    6     4             kk  Ljava/lang/Object;
            2    6     5             vv  Ljava/lang/Object;
            3    6     6   vertxPromise  Lio/vertx/core/Promise<Ljava/lang/Object;>;
    Signature: (TK;TV;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TV;>;>;)V
    MethodParameters:
               Name  Flags
      k              
      v              
      resultHandler  

  public void replaceIfPresent(K, V, V, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // java.lang.Object k
        start local 2 // java.lang.Object oldValue
        start local 3 // java.lang.Object newValue
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 141
            aload 1 /* k */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* kk */
        start local 5 // java.lang.Object kk
         1: .line 142
            aload 2 /* oldValue */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* oo */
        start local 6 // java.lang.Object oo
         2: .line 143
            aload 3 /* newValue */
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.toCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 7 /* nn */
        start local 7 // java.lang.Object nn
         3: .line 144
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 8 /* vertxPromise */
        start local 8 // io.vertx.core.Promise vertxPromise
         4: .line 145
            aload 8 /* vertxPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aload 4 /* resultHandler */
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         5: .line 146
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            aload 5 /* kk */
            aload 6 /* oo */
            aload 7 /* nn */
            invokeinterface org.infinispan.AdvancedCache.replaceAsync:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/concurrent/CompletableFuture;
            aload 8 /* vertxPromise */
            invokevirtual io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.whenComplete:(Ljava/util/concurrent/CompletableFuture;Lio/vertx/core/Promise;)V
         6: .line 147
            return
        end local 8 // io.vertx.core.Promise vertxPromise
        end local 7 // java.lang.Object nn
        end local 6 // java.lang.Object oo
        end local 5 // java.lang.Object kk
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // java.lang.Object newValue
        end local 2 // java.lang.Object oldValue
        end local 1 // java.lang.Object k
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    7     1              k  TK;
            0    7     2       oldValue  TV;
            0    7     3       newValue  TV;
            0    7     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
            1    7     5             kk  Ljava/lang/Object;
            2    7     6             oo  Ljava/lang/Object;
            3    7     7             nn  Ljava/lang/Object;
            4    7     8   vertxPromise  Lio/vertx/core/Promise<Ljava/lang/Boolean;>;
    Signature: (TK;TV;TV;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)V
    MethodParameters:
               Name  Flags
      k              
      oldValue       
      newValue       
      resultHandler  

  public void clear(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 151
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 2 /* vertxPromise */
        start local 2 // io.vertx.core.Promise vertxPromise
         1: .line 152
            aload 2 /* vertxPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 153
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            invokeinterface org.infinispan.AdvancedCache.clearAsync:()Ljava/util/concurrent/CompletableFuture;
            aload 2 /* vertxPromise */
            invokevirtual io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.whenComplete:(Ljava/util/concurrent/CompletableFuture;Lio/vertx/core/Promise;)V
         3: .line 154
            return
        end local 2 // io.vertx.core.Promise vertxPromise
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    4     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    4     2   vertxPromise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void size(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Integer>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 158
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$8(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            iconst_0
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         1: .line 159
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Integer;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void keys(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Set<K>>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 163
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$9(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
         1: .line 166
            iconst_0
            aload 1 /* resultHandler */
         2: .line 163
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         3: .line 167
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    4     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Set<TK;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Set<TK;>;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void values(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<V>>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 171
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$12(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
         1: .line 174
            iconst_0
            aload 1 /* resultHandler */
         2: .line 171
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         3: .line 175
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    4     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<TV;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<TV;>;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void entries(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.Map<K, V>>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 179
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$15(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
         1: .line 189
            iconst_0
            aload 1 /* resultHandler */
         2: .line 179
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;ZLio/vertx/core/Handler;)V
         3: .line 190
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    4     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<TK;TV;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/Map<TK;TV;>;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.core.streams.ReadStream<K> keyStream();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
         0: .line 194
            new io.vertx.ext.cluster.infinispan.impl.CloseableIteratorCollectionStream
            dup
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic get(Lorg/infinispan/AdvancedCache;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/infinispan/Cache.keySet()Lorg/infinispan/CacheSet; (9 itf)
                  ()Lorg/infinispan/commons/util/CloseableIteratorCollection;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/DataConverter.fromCachedObject(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokespecial io.vertx.ext.cluster.infinispan.impl.CloseableIteratorCollectionStream.<init>:(Lio/vertx/core/Context;Ljava/util/function/Supplier;Ljava/util/function/Function;)V
            areturn
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
    Signature: ()Lio/vertx/core/streams/ReadStream<TK;>;

  public io.vertx.core.streams.ReadStream<V> valueStream();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
         0: .line 199
            new io.vertx.ext.cluster.infinispan.impl.CloseableIteratorCollectionStream
            dup
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic get(Lorg/infinispan/AdvancedCache;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/infinispan/Cache.values()Lorg/infinispan/CacheCollection; (9 itf)
                  ()Lorg/infinispan/commons/util/CloseableIteratorCollection;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/DataConverter.fromCachedObject(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokespecial io.vertx.ext.cluster.infinispan.impl.CloseableIteratorCollectionStream.<init>:(Lio/vertx/core/Context;Ljava/util/function/Supplier;Ljava/util/function/Function;)V
            areturn
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
    Signature: ()Lio/vertx/core/streams/ReadStream<TV;>;

  public io.vertx.core.streams.ReadStream<java.util.Map$Entry<K, V>> entryStream();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
         0: .line 204
            new io.vertx.ext.cluster.infinispan.impl.CloseableIteratorCollectionStream
            dup
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic get(Lorg/infinispan/AdvancedCache;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/infinispan/Cache.entrySet()Lorg/infinispan/CacheSet; (9 itf)
                  ()Lorg/infinispan/commons/util/CloseableIteratorCollection;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$24(Ljava/util/Map$Entry;)Ljava/util/Map$Entry; (6)
                  (Ljava/util/Map$Entry;)Ljava/util/Map$Entry;
            invokespecial io.vertx.ext.cluster.infinispan.impl.CloseableIteratorCollectionStream.<init>:(Lio/vertx/core/Context;Ljava/util/function/Supplier;Ljava/util/function/Function;)V
            areturn
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
    Signature: ()Lio/vertx/core/streams/ReadStream<Ljava/util/Map$Entry<TK;TV;>;>;

  private static void lambda$0(io.vertx.core.Context, io.vertx.core.Promise, java.lang.Object, java.lang.Throwable);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/core/Promise;Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 2 // java.lang.Object v
        start local 3 // java.lang.Throwable t
         0: .line 61
            aload 3 /* t */
            ifnull 3
         1: .line 62
            aload 0
            aload 1
            aload 3 /* t */
            invokedynamic handle(Lio/vertx/core/Promise;Ljava/lang/Throwable;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$1(Lio/vertx/core/Promise;Ljava/lang/Throwable;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         2: .line 63
            goto 4
         3: .line 64
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1
            aload 2 /* v */
            invokedynamic handle(Lio/vertx/core/Promise;Ljava/lang/Object;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$2(Lio/vertx/core/Promise;Ljava/lang/Object;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         4: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Throwable t
        end local 2 // java.lang.Object v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     2     v  TT;
            0    5     3     t  Ljava/lang/Throwable;

  private void lambda$8(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // io.vertx.core.Promise future
         0: .line 158
            aload 1 /* future */
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            invokeinterface org.infinispan.AdvancedCache.size:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.Promise future
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    1     1  future  Lio/vertx/core/Promise<Ljava/lang/Integer;>;

  private void lambda$9(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // io.vertx.core.Promise future
         0: .line 164
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            invokeinterface org.infinispan.AdvancedCache.keySet:()Lorg/infinispan/CacheSet;
            invokeinterface org.infinispan.CacheSet.stream:()Lorg/infinispan/CacheStream;
            invokedynamic get()Lorg/infinispan/util/function/SerializableSupplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$10()Ljava/util/stream/Collector; (6)
                  ()Ljava/util/stream/Collector;
                  1
            invokestatic org.infinispan.stream.CacheCollectors.serializableCollector:(Lorg/infinispan/util/function/SerializableSupplier;)Ljava/util/stream/Collector;
            invokeinterface org.infinispan.CacheStream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.Set
            astore 2 /* cacheKeys */
        start local 2 // java.util.Set cacheKeys
         1: .line 165
            aload 1 /* future */
            aload 2 /* cacheKeys */
            invokeinterface java.util.Set.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/DataConverter.fromCachedObject(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toSet:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.Set
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
        end local 2 // java.util.Set cacheKeys
         2: .line 166
            return
        end local 1 // io.vertx.core.Promise future
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    3     1     future  Lio/vertx/core/Promise<Ljava/util/Set<TK;>;>;
            1    2     2  cacheKeys  Ljava/util/Set<Ljava/lang/Object;>;

  private void lambda$12(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // io.vertx.core.Promise future
         0: .line 172
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            invokeinterface org.infinispan.AdvancedCache.values:()Lorg/infinispan/CacheCollection;
            invokeinterface org.infinispan.CacheCollection.stream:()Lorg/infinispan/CacheStream;
            invokedynamic get()Lorg/infinispan/util/function/SerializableSupplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$13()Ljava/util/stream/Collector; (6)
                  ()Ljava/util/stream/Collector;
                  1
            invokestatic org.infinispan.stream.CacheCollectors.serializableCollector:(Lorg/infinispan/util/function/SerializableSupplier;)Ljava/util/stream/Collector;
            invokeinterface org.infinispan.CacheStream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            astore 2 /* cacheValues */
        start local 2 // java.util.List cacheValues
         1: .line 173
            aload 1 /* future */
            aload 2 /* cacheValues */
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/DataConverter.fromCachedObject(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
        end local 2 // java.util.List cacheValues
         2: .line 174
            return
        end local 1 // io.vertx.core.Promise future
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0    3     1       future  Lio/vertx/core/Promise<Ljava/util/List<TV;>;>;
            1    2     2  cacheValues  Ljava/util/List<Ljava/lang/Object;>;

  private void lambda$15(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
        start local 1 // io.vertx.core.Promise future
         0: .line 180
            aload 0 /* this */
            getfield io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl.cache:Lorg/infinispan/AdvancedCache;
            invokeinterface org.infinispan.AdvancedCache.entrySet:()Lorg/infinispan/CacheSet;
            invokeinterface org.infinispan.CacheSet.stream:()Lorg/infinispan/CacheStream;
         1: .line 181
            invokedynamic get()Lorg/infinispan/util/function/SerializableSupplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$16()Ljava/util/stream/Collector; (6)
                  ()Ljava/util/stream/Collector;
                  1
            invokestatic org.infinispan.stream.CacheCollectors.serializableCollector:(Lorg/infinispan/util/function/SerializableSupplier;)Ljava/util/stream/Collector;
            invokeinterface org.infinispan.CacheStream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.Map
         2: .line 180
            astore 2 /* cacheEntries */
        start local 2 // java.util.Map cacheEntries
         3: .line 182
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 3 /* result */
        start local 3 // java.util.Map result
         4: .line 183
            aload 2 /* cacheEntries */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals: io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl io.vertx.core.Promise java.util.Map java.util.Map top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
         6: .line 184
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.fromCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* k */
        start local 6 // java.lang.Object k
         7: .line 185
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.fromCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 7 /* v */
        start local 7 // java.lang.Object v
         8: .line 186
            aload 3 /* result */
            aload 6 /* k */
            aload 7 /* v */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 7 // java.lang.Object v
        end local 6 // java.lang.Object k
        end local 4 // java.util.Map$Entry entry
         9: .line 183
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        10: .line 188
            aload 1 /* future */
            aload 3 /* result */
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
        end local 3 // java.util.Map result
        end local 2 // java.util.Map cacheEntries
        11: .line 189
            return
        end local 1 // io.vertx.core.Promise future
        end local 0 // io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lio/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl<TK;TV;>;
            0   12     1        future  Lio/vertx/core/Promise<Ljava/util/Map<TK;TV;>;>;
            3   11     2  cacheEntries  Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
            4   11     3        result  Ljava/util/Map<TK;TV;>;
            6    9     4         entry  Ljava/util/Map$Entry<Ljava/lang/Object;Ljava/lang/Object;>;
            7    9     6             k  TK;
            8    9     7             v  TV;

  private static java.util.Map$Entry lambda$24(java.util.Map$Entry);
    descriptor: (Ljava/util/Map$Entry;)Ljava/util/Map$Entry;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.util.Map$Entry cacheEntry
         0: .line 205
            aload 0 /* cacheEntry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.fromCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 1 /* key */
        start local 1 // java.lang.Object key
         1: .line 206
            aload 0 /* cacheEntry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokestatic io.vertx.ext.cluster.infinispan.impl.DataConverter.fromCachedObject:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* value */
        start local 2 // java.lang.Object value
         2: .line 207
            new java.util.AbstractMap$SimpleImmutableEntry
            dup
            aload 1 /* key */
            aload 2 /* value */
            invokespecial java.util.AbstractMap$SimpleImmutableEntry.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // java.util.Map$Entry cacheEntry
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  cacheEntry  Ljava/util/Map$Entry<Ljava/lang/Object;Ljava/lang/Object;>;
            1    3     1         key  TK;
            2    3     2       value  TV;

  private static void lambda$1(io.vertx.core.Promise, java.lang.Throwable, java.lang.Void);
    descriptor: (Lio/vertx/core/Promise;Ljava/lang/Throwable;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void h
         0: .line 62
            aload 0
            aload 1
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
            return
        end local 2 // java.lang.Void h
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     h  Ljava/lang/Void;

  private static void lambda$2(io.vertx.core.Promise, java.lang.Object, java.lang.Void);
    descriptor: (Lio/vertx/core/Promise;Ljava/lang/Object;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void h
         0: .line 64
            aload 0
            aload 1
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Void h
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     h  Ljava/lang/Void;

  private static java.util.stream.Collector lambda$10();
    descriptor: ()Ljava/util/stream/Collector;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 164
            invokestatic java.util.stream.Collectors.toSet:()Ljava/util/stream/Collector;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.util.stream.Collector lambda$13();
    descriptor: ()Ljava/util/stream/Collector;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 172
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.util.stream.Collector lambda$16();
    descriptor: ()Ljava/util/stream/Collector;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 181
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  java/util/Map$Entry.getKey()Ljava/lang/Object; (9 itf)
                  (Ljava/util/Map$Entry;)Ljava/lang/Object;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  java/util/Map$Entry.getValue()Ljava/lang/Object; (9 itf)
                  (Ljava/util/Map$Entry;)Ljava/lang/Object;
            invokestatic java.util.stream.Collectors.toMap:(Ljava/util/function/Function;Ljava/util/function/Function;)Ljava/util/stream/Collector;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 3
            471912476: 1
            471912479: 2
            471912482: 3
              default: 4
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "lambda$10"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_0
            istore 2
            goto 4
      StackMap locals:
      StackMap stack:
         2: aload 1
            ldc "lambda$13"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            istore 2
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 1
            ldc "lambda$16"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_2
            istore 2
      StackMap locals:
      StackMap stack:
         4: iload 2
            lookupswitch { // 3
                    0: 5
                    1: 6
                    2: 7
              default: 8
          }
      StackMap locals:
      StackMap stack:
         5: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/infinispan/util/function/SerializableSupplier"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "get"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "()Ljava/lang/Object;"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "()Ljava/util/stream/Collector;"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            invokedynamic get()Lorg/infinispan/util/function/SerializableSupplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$10()Ljava/util/stream/Collector; (6)
                  ()Ljava/util/stream/Collector;
                  1
            areturn
      StackMap locals:
      StackMap stack:
         6: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/infinispan/util/function/SerializableSupplier"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "get"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "()Ljava/lang/Object;"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "()Ljava/util/stream/Collector;"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            invokedynamic get()Lorg/infinispan/util/function/SerializableSupplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$13()Ljava/util/stream/Collector; (6)
                  ()Ljava/util/stream/Collector;
                  1
            areturn
      StackMap locals:
      StackMap stack:
         7: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 6
            if_icmpne 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/infinispan/util/function/SerializableSupplier"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "get"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "()Ljava/lang/Object;"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "()Ljava/util/stream/Collector;"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 8
            invokedynamic get()Lorg/infinispan/util/function/SerializableSupplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  io/vertx/ext/cluster/infinispan/impl/InfinispanAsyncMapImpl.lambda$16()Ljava/util/stream/Collector; (6)
                  ()Ljava/util/stream/Collector;
                  1
            areturn
      StackMap locals:
      StackMap stack:
         8: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/core/shareddata/AsyncMap<TK;TV;>;Lio/vertx/ext/cluster/infinispan/InfinispanAsyncMap<TK;TV;>;
SourceFile: "InfinispanAsyncMapImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public SimpleImmutableEntry = java.util.AbstractMap$SimpleImmutableEntry of java.util.AbstractMap
  public abstract Entry = java.util.Map$Entry of java.util.Map