class io.vertx.cassandra.impl.Util
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.cassandra.impl.Util
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.cassandra.impl.Util this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.cassandra.impl.Util this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/cassandra/impl/Util;

  static <T> void handleOnContext(com.google.common.util.concurrent.ListenableFuture<T>, io.vertx.core.Context, io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>);
    descriptor: (Lcom/google/common/util/concurrent/ListenableFuture;Lio/vertx/core/Context;Lio/vertx/core/Handler;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.google.common.util.concurrent.ListenableFuture listenableFuture
        start local 1 // io.vertx.core.Context context
        start local 2 // io.vertx.core.Handler handler
         0: .line 39
            aload 0 /* listenableFuture */
            aload 1 /* context */
            invokestatic java.util.function.Function.identity:()Ljava/util/function/Function;
            aload 2 /* handler */
            invokestatic io.vertx.cassandra.impl.Util.handleOnContext:(Lcom/google/common/util/concurrent/ListenableFuture;Lio/vertx/core/Context;Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         1: .line 40
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.Context context
        end local 0 // com.google.common.util.concurrent.ListenableFuture listenableFuture
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0  listenableFuture  Lcom/google/common/util/concurrent/ListenableFuture<TT;>;
            0    2     1           context  Lio/vertx/core/Context;
            0    2     2           handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;
    Signature: <T:Ljava/lang/Object;>(Lcom/google/common/util/concurrent/ListenableFuture<TT;>;Lio/vertx/core/Context;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TT;>;>;)V
    MethodParameters:
                  Name  Flags
      listenableFuture  
      context           
      handler           

  static <I, O> void handleOnContext(com.google.common.util.concurrent.ListenableFuture<I>, io.vertx.core.Context, java.util.function.Function<I, O>, io.vertx.core.Handler<io.vertx.core.AsyncResult<O>>);
    descriptor: (Lcom/google/common/util/concurrent/ListenableFuture;Lio/vertx/core/Context;Ljava/util/function/Function;Lio/vertx/core/Handler;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // com.google.common.util.concurrent.ListenableFuture listenableFuture
        start local 1 // io.vertx.core.Context context
        start local 2 // java.util.function.Function converter
        start local 3 // io.vertx.core.Handler handler
         0: .line 46
            aload 0 /* listenableFuture */
            ldc "listenableFuture must not be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 47
            aload 1 /* context */
            ldc "context must not be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 48
            aload 2 /* converter */
            ldc "converter must not be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         3: .line 49
            aload 3 /* handler */
            ifnull 5
         4: .line 50
            aload 0 /* listenableFuture */
            new io.vertx.cassandra.impl.Util$1
            dup
            aload 1 /* context */
            aload 3 /* handler */
            aload 2 /* converter */
            invokespecial io.vertx.cassandra.impl.Util$1.<init>:(Lio/vertx/core/Context;Lio/vertx/core/Handler;Ljava/util/function/Function;)V
            invokestatic com.google.common.util.concurrent.Futures.addCallback:(Lcom/google/common/util/concurrent/ListenableFuture;Lcom/google/common/util/concurrent/FutureCallback;)V
         5: .line 62
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.function.Function converter
        end local 1 // io.vertx.core.Context context
        end local 0 // com.google.common.util.concurrent.ListenableFuture listenableFuture
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0  listenableFuture  Lcom/google/common/util/concurrent/ListenableFuture<TI;>;
            0    6     1           context  Lio/vertx/core/Context;
            0    6     2         converter  Ljava/util/function/Function<TI;TO;>;
            0    6     3           handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TO;>;>;
    Signature: <I:Ljava/lang/Object;O:Ljava/lang/Object;>(Lcom/google/common/util/concurrent/ListenableFuture<TI;>;Lio/vertx/core/Context;Ljava/util/function/Function<TI;TO;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TO;>;>;)V
    MethodParameters:
                  Name  Flags
      listenableFuture  
      context           
      converter         
      handler           
}
SourceFile: "Util.java"
NestMembers:
  io.vertx.cassandra.impl.Util$1
InnerClasses:
  io.vertx.cassandra.impl.Util$1