public class io.vertx.reactivex.ext.mongo.MongoClient
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.mongo.MongoClient
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.mongo.MongoClient> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/ext/mongo/MongoClient;>;

  private final io.vertx.ext.mongo.MongoClient delegate;
    descriptor: Lio/vertx/ext/mongo/MongoClient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final java.lang.String DEFAULT_POOL_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "DEFAULT_POOL"

  public static final java.lang.String DEFAULT_DB_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "DEFAULT_DB"

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 71
            new io.vertx.lang.rx.TypeArg
            dup
            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/reactivex/ext/mongo/MongoClient.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 72
            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/reactivex/ext/mongo/MongoClient.getDelegate()Lio/vertx/ext/mongo/MongoClient; (5)
                  (Lio/vertx/reactivex/ext/mongo/MongoClient;)Ljava/lang/Object;
         2: .line 71
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.mongo.MongoClient.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 1690
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoClient;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.Object o
         0: .line 60
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.mongo.MongoClient
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.mongo.MongoClient that
         4: .line 63
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.mongo.MongoClient that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoClient;

  public void <init>(io.vertx.ext.mongo.MongoClient);
    descriptor: (Lio/vertx/ext/mongo/MongoClient;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // io.vertx.ext.mongo.MongoClient delegate
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
         2: .line 79
            return
        end local 1 // io.vertx.ext.mongo.MongoClient delegate
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    3     1  delegate  Lio/vertx/ext/mongo/MongoClient;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.Object delegate
         0: .line 81
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.ext.mongo.MongoClient
            putfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
         2: .line 83
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.ext.mongo.MongoClient getDelegate();
    descriptor: ()Lio/vertx/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 86
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            areturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoClient;

  public static io.vertx.reactivex.ext.mongo.MongoClient create(io.vertx.reactivex.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.core.json.JsonObject config
         0: .line 97
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* config */
            invokestatic io.vertx.ext.mongo.MongoClient.create:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/mongo/MongoClient;
            invokestatic io.vertx.reactivex.ext.mongo.MongoClient.newInstance:(Lio/vertx/ext/mongo/MongoClient;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.mongo.MongoClient ret
         1: .line 98
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.mongo.MongoClient ret
        end local 1 // io.vertx.core.json.JsonObject config
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0   vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  config  Lio/vertx/core/json/JsonObject;
            1    2     2     ret  Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
        Name  Flags
      vertx   
      config  

  public static io.vertx.reactivex.ext.mongo.MongoClient createShared(io.vertx.reactivex.core.Vertx, io.vertx.core.json.JsonObject, java.lang.String);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/core/json/JsonObject;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.core.json.JsonObject config
        start local 2 // java.lang.String dataSourceName
         0: .line 110
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* config */
            aload 2 /* dataSourceName */
            invokestatic io.vertx.ext.mongo.MongoClient.createShared:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;Ljava/lang/String;)Lio/vertx/ext/mongo/MongoClient;
            invokestatic io.vertx.reactivex.ext.mongo.MongoClient.newInstance:(Lio/vertx/ext/mongo/MongoClient;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.ext.mongo.MongoClient ret
         1: .line 111
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.ext.mongo.MongoClient ret
        end local 2 // java.lang.String dataSourceName
        end local 1 // io.vertx.core.json.JsonObject config
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0           vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1          config  Lio/vertx/core/json/JsonObject;
            0    2     2  dataSourceName  Ljava/lang/String;
            1    2     3             ret  Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
                Name  Flags
      vertx           
      config          
      dataSourceName  

  public static io.vertx.reactivex.ext.mongo.MongoClient createShared(io.vertx.reactivex.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.core.json.JsonObject config
         0: .line 121
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* config */
            invokestatic io.vertx.ext.mongo.MongoClient.createShared:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/ext/mongo/MongoClient;
            invokestatic io.vertx.reactivex.ext.mongo.MongoClient.newInstance:(Lio/vertx/ext/mongo/MongoClient;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.mongo.MongoClient ret
         1: .line 122
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.mongo.MongoClient ret
        end local 1 // io.vertx.core.json.JsonObject config
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0   vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  config  Lio/vertx/core/json/JsonObject;
            1    2     2     ret  Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
        Name  Flags
      vertx   
      config  

  public io.vertx.reactivex.ext.mongo.MongoClient save(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* document */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.save:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 136
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2       document  Lio/vertx/core/json/JsonObject;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      document       
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient save(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
         0: .line 149
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* document */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.save:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 148
            areturn
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2    document  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      document    

  public io.reactivex.Maybe<java.lang.String> rxSave(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
         0: .line 161
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* document */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$3(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2    document  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      collection  
      document    

  public io.vertx.reactivex.ext.mongo.MongoClient saveWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
        start local 3 // io.vertx.ext.mongo.WriteOption writeOption
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 177
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* document */
            aload 3 /* writeOption */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.saveWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 178
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.mongo.WriteOption writeOption
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2       document  Lio/vertx/core/json/JsonObject;
            0    2     3    writeOption  Lio/vertx/ext/mongo/WriteOption;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      document       
      writeOption    
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient saveWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
        start local 3 // io.vertx.ext.mongo.WriteOption writeOption
         0: .line 192
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* document */
            aload 3 /* writeOption */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.saveWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 191
            areturn
        end local 3 // io.vertx.ext.mongo.WriteOption writeOption
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1   collection  Ljava/lang/String;
            0    2     2     document  Lio/vertx/core/json/JsonObject;
            0    2     3  writeOption  Lio/vertx/ext/mongo/WriteOption;
    MethodParameters:
             Name  Flags
      collection   
      document     
      writeOption  

  public io.reactivex.Maybe<java.lang.String> rxSaveWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
        start local 3 // io.vertx.ext.mongo.WriteOption writeOption
         0: .line 205
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* document */
            aload 3 /* writeOption */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$5(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 3 // io.vertx.ext.mongo.WriteOption writeOption
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1   collection  Ljava/lang/String;
            0    1     2     document  Lio/vertx/core/json/JsonObject;
            0    1     3  writeOption  Lio/vertx/ext/mongo/WriteOption;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Lio/reactivex/Maybe<Ljava/lang/String;>;
    MethodParameters:
             Name  Flags
      collection   
      document     
      writeOption  

  public io.vertx.reactivex.ext.mongo.MongoClient insert(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 220
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* document */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.insert:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 221
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2       document  Lio/vertx/core/json/JsonObject;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      document       
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient insert(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
         0: .line 234
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* document */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.insert:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 233
            areturn
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2    document  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      document    

  public io.reactivex.Maybe<java.lang.String> rxInsert(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
         0: .line 246
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* document */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$7(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2    document  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      collection  
      document    

  public io.vertx.reactivex.ext.mongo.MongoClient insertWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
        start local 3 // io.vertx.ext.mongo.WriteOption writeOption
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 262
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* document */
            aload 3 /* writeOption */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.insertWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 263
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.mongo.WriteOption writeOption
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2       document  Lio/vertx/core/json/JsonObject;
            0    2     3    writeOption  Lio/vertx/ext/mongo/WriteOption;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      document       
      writeOption    
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient insertWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
        start local 3 // io.vertx.ext.mongo.WriteOption writeOption
         0: .line 277
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* document */
            aload 3 /* writeOption */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.insertWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 276
            areturn
        end local 3 // io.vertx.ext.mongo.WriteOption writeOption
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1   collection  Ljava/lang/String;
            0    2     2     document  Lio/vertx/core/json/JsonObject;
            0    2     3  writeOption  Lio/vertx/ext/mongo/WriteOption;
    MethodParameters:
             Name  Flags
      collection   
      document     
      writeOption  

  public io.reactivex.Maybe<java.lang.String> rxInsertWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject document
        start local 3 // io.vertx.ext.mongo.WriteOption writeOption
         0: .line 290
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* document */
            aload 3 /* writeOption */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$9(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 3 // io.vertx.ext.mongo.WriteOption writeOption
        end local 2 // io.vertx.core.json.JsonObject document
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1   collection  Ljava/lang/String;
            0    1     2     document  Lio/vertx/core/json/JsonObject;
            0    1     3  writeOption  Lio/vertx/ext/mongo/WriteOption;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Lio/reactivex/Maybe<Ljava/lang/String;>;
    MethodParameters:
             Name  Flags
      collection   
      document     
      writeOption  

  public io.vertx.reactivex.ext.mongo.MongoClient updateCollection(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mongo.MongoClientUpdateResult>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject update
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 304
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.updateCollection:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 305
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.core.json.JsonObject update
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3         update  Lio/vertx/core/json/JsonObject;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      update         
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient updateCollection(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject update
         0: .line 317
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.updateCollection:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 316
            areturn
        end local 3 // io.vertx.core.json.JsonObject update
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
            0    2     3      update  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      query       
      update      

  public io.reactivex.Maybe<io.vertx.ext.mongo.MongoClientUpdateResult> rxUpdateCollection(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject update
         0: .line 328
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$11(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 3 // io.vertx.core.json.JsonObject update
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2       query  Lio/vertx/core/json/JsonObject;
            0    1     3      update  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;
    MethodParameters:
            Name  Flags
      collection  
      query       
      update      

  public io.vertx.reactivex.ext.mongo.MongoClient updateCollectionWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.UpdateOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mongo.MongoClientUpdateResult>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject update
        start local 4 // io.vertx.ext.mongo.UpdateOptions options
        start local 5 // io.vertx.core.Handler resultHandler
         0: .line 343
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* options */
            aload 5 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.updateCollectionWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 344
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler resultHandler
        end local 4 // io.vertx.ext.mongo.UpdateOptions options
        end local 3 // io.vertx.core.json.JsonObject update
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3         update  Lio/vertx/core/json/JsonObject;
            0    2     4        options  Lio/vertx/ext/mongo/UpdateOptions;
            0    2     5  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      update         
      options        
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient updateCollectionWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.UpdateOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject update
        start local 4 // io.vertx.ext.mongo.UpdateOptions options
         0: .line 357
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* options */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.updateCollectionWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 356
            areturn
        end local 4 // io.vertx.ext.mongo.UpdateOptions options
        end local 3 // io.vertx.core.json.JsonObject update
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
            0    2     3      update  Lio/vertx/core/json/JsonObject;
            0    2     4     options  Lio/vertx/ext/mongo/UpdateOptions;
    MethodParameters:
            Name  Flags
      collection  
      query       
      update      
      options     

  public io.reactivex.Maybe<io.vertx.ext.mongo.MongoClientUpdateResult> rxUpdateCollectionWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.UpdateOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject update
        start local 4 // io.vertx.ext.mongo.UpdateOptions options
         0: .line 369
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$13(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 4 // io.vertx.ext.mongo.UpdateOptions options
        end local 3 // io.vertx.core.json.JsonObject update
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2       query  Lio/vertx/core/json/JsonObject;
            0    1     3      update  Lio/vertx/core/json/JsonObject;
            0    1     4     options  Lio/vertx/ext/mongo/UpdateOptions;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;)Lio/reactivex/Maybe<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;
    MethodParameters:
            Name  Flags
      collection  
      query       
      update      
      options     

  public io.vertx.reactivex.ext.mongo.MongoClient replaceDocuments(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mongo.MongoClientUpdateResult>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject replace
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 383
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.replaceDocuments:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 384
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.core.json.JsonObject replace
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3        replace  Lio/vertx/core/json/JsonObject;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      replace        
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient replaceDocuments(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject replace
         0: .line 396
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$14(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.replaceDocuments:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 395
            areturn
        end local 3 // io.vertx.core.json.JsonObject replace
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
            0    2     3     replace  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      query       
      replace     

  public io.reactivex.Maybe<io.vertx.ext.mongo.MongoClientUpdateResult> rxReplaceDocuments(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject replace
         0: .line 407
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$15(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 3 // io.vertx.core.json.JsonObject replace
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2       query  Lio/vertx/core/json/JsonObject;
            0    1     3     replace  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;
    MethodParameters:
            Name  Flags
      collection  
      query       
      replace     

  public io.vertx.reactivex.ext.mongo.MongoClient replaceDocumentsWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.UpdateOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mongo.MongoClientUpdateResult>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject replace
        start local 4 // io.vertx.ext.mongo.UpdateOptions options
        start local 5 // io.vertx.core.Handler resultHandler
         0: .line 422
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            aload 4 /* options */
            aload 5 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.replaceDocumentsWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 423
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler resultHandler
        end local 4 // io.vertx.ext.mongo.UpdateOptions options
        end local 3 // io.vertx.core.json.JsonObject replace
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3        replace  Lio/vertx/core/json/JsonObject;
            0    2     4        options  Lio/vertx/ext/mongo/UpdateOptions;
            0    2     5  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      replace        
      options        
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient replaceDocumentsWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.UpdateOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject replace
        start local 4 // io.vertx.ext.mongo.UpdateOptions options
         0: .line 436
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            aload 4 /* options */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$16(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.replaceDocumentsWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 435
            areturn
        end local 4 // io.vertx.ext.mongo.UpdateOptions options
        end local 3 // io.vertx.core.json.JsonObject replace
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
            0    2     3     replace  Lio/vertx/core/json/JsonObject;
            0    2     4     options  Lio/vertx/ext/mongo/UpdateOptions;
    MethodParameters:
            Name  Flags
      collection  
      query       
      replace     
      options     

  public io.reactivex.Maybe<io.vertx.ext.mongo.MongoClientUpdateResult> rxReplaceDocumentsWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.UpdateOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject replace
        start local 4 // io.vertx.ext.mongo.UpdateOptions options
         0: .line 448
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            aload 4 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$17(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 4 // io.vertx.ext.mongo.UpdateOptions options
        end local 3 // io.vertx.core.json.JsonObject replace
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2       query  Lio/vertx/core/json/JsonObject;
            0    1     3     replace  Lio/vertx/core/json/JsonObject;
            0    1     4     options  Lio/vertx/ext/mongo/UpdateOptions;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;)Lio/reactivex/Maybe<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;
    MethodParameters:
            Name  Flags
      collection  
      query       
      replace     
      options     

  public io.vertx.reactivex.ext.mongo.MongoClient bulkWrite(java.lang.String, java.util.List<io.vertx.ext.mongo.BulkOperation>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mongo.MongoClientBulkWriteResult>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.util.List operations
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 461
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* operations */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.bulkWrite:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 462
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.util.List operations
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2     operations  Ljava/util/List<Lio/vertx/ext/mongo/BulkOperation;>;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientBulkWriteResult;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/ext/mongo/BulkOperation;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientBulkWriteResult;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      operations     
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient bulkWrite(java.lang.String, java.util.List<io.vertx.ext.mongo.BulkOperation>);
    descriptor: (Ljava/lang/String;Ljava/util/List;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.util.List operations
         0: .line 473
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* operations */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$18(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.bulkWrite:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 472
            areturn
        end local 2 // java.util.List operations
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2  operations  Ljava/util/List<Lio/vertx/ext/mongo/BulkOperation;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/ext/mongo/BulkOperation;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
            Name  Flags
      collection  
      operations  

  public io.reactivex.Maybe<io.vertx.ext.mongo.MongoClientBulkWriteResult> rxBulkWrite(java.lang.String, java.util.List<io.vertx.ext.mongo.BulkOperation>);
    descriptor: (Ljava/lang/String;Ljava/util/List;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.util.List operations
         0: .line 483
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* operations */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Ljava/util/List;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$19(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 2 // java.util.List operations
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2  operations  Ljava/util/List<Lio/vertx/ext/mongo/BulkOperation;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/ext/mongo/BulkOperation;>;)Lio/reactivex/Maybe<Lio/vertx/ext/mongo/MongoClientBulkWriteResult;>;
    MethodParameters:
            Name  Flags
      collection  
      operations  

  public io.vertx.reactivex.ext.mongo.MongoClient bulkWriteWithOptions(java.lang.String, java.util.List<io.vertx.ext.mongo.BulkOperation>, io.vertx.ext.mongo.BulkWriteOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mongo.MongoClientBulkWriteResult>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/ext/mongo/BulkWriteOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.util.List operations
        start local 3 // io.vertx.ext.mongo.BulkWriteOptions bulkWriteOptions
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 498
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* operations */
            aload 3 /* bulkWriteOptions */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.bulkWriteWithOptions:(Ljava/lang/String;Ljava/util/List;Lio/vertx/ext/mongo/BulkWriteOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 499
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.mongo.BulkWriteOptions bulkWriteOptions
        end local 2 // java.util.List operations
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1        collection  Ljava/lang/String;
            0    2     2        operations  Ljava/util/List<Lio/vertx/ext/mongo/BulkOperation;>;
            0    2     3  bulkWriteOptions  Lio/vertx/ext/mongo/BulkWriteOptions;
            0    2     4     resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientBulkWriteResult;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/ext/mongo/BulkOperation;>;Lio/vertx/ext/mongo/BulkWriteOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientBulkWriteResult;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
                  Name  Flags
      collection        
      operations        
      bulkWriteOptions  
      resultHandler     

  public io.vertx.reactivex.ext.mongo.MongoClient bulkWriteWithOptions(java.lang.String, java.util.List<io.vertx.ext.mongo.BulkOperation>, io.vertx.ext.mongo.BulkWriteOptions);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/ext/mongo/BulkWriteOptions;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.util.List operations
        start local 3 // io.vertx.ext.mongo.BulkWriteOptions bulkWriteOptions
         0: .line 512
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* operations */
            aload 3 /* bulkWriteOptions */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$20(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.bulkWriteWithOptions:(Ljava/lang/String;Ljava/util/List;Lio/vertx/ext/mongo/BulkWriteOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 511
            areturn
        end local 3 // io.vertx.ext.mongo.BulkWriteOptions bulkWriteOptions
        end local 2 // java.util.List operations
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1        collection  Ljava/lang/String;
            0    2     2        operations  Ljava/util/List<Lio/vertx/ext/mongo/BulkOperation;>;
            0    2     3  bulkWriteOptions  Lio/vertx/ext/mongo/BulkWriteOptions;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/ext/mongo/BulkOperation;>;Lio/vertx/ext/mongo/BulkWriteOptions;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
                  Name  Flags
      collection        
      operations        
      bulkWriteOptions  

  public io.reactivex.Maybe<io.vertx.ext.mongo.MongoClientBulkWriteResult> rxBulkWriteWithOptions(java.lang.String, java.util.List<io.vertx.ext.mongo.BulkOperation>, io.vertx.ext.mongo.BulkWriteOptions);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/ext/mongo/BulkWriteOptions;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.util.List operations
        start local 3 // io.vertx.ext.mongo.BulkWriteOptions bulkWriteOptions
         0: .line 524
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* operations */
            aload 3 /* bulkWriteOptions */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Ljava/util/List;Lio/vertx/ext/mongo/BulkWriteOptions;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$21(Ljava/lang/String;Ljava/util/List;Lio/vertx/ext/mongo/BulkWriteOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 3 // io.vertx.ext.mongo.BulkWriteOptions bulkWriteOptions
        end local 2 // java.util.List operations
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1        collection  Ljava/lang/String;
            0    1     2        operations  Ljava/util/List<Lio/vertx/ext/mongo/BulkOperation;>;
            0    1     3  bulkWriteOptions  Lio/vertx/ext/mongo/BulkWriteOptions;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/ext/mongo/BulkOperation;>;Lio/vertx/ext/mongo/BulkWriteOptions;)Lio/reactivex/Maybe<Lio/vertx/ext/mongo/MongoClientBulkWriteResult;>;
    MethodParameters:
                  Name  Flags
      collection        
      operations        
      bulkWriteOptions  

  public io.vertx.reactivex.ext.mongo.MongoClient find(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.core.json.JsonObject>>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 537
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.find:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 538
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/core/json/JsonObject;>;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/core/json/JsonObject;>;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient find(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
         0: .line 549
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$22(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.find:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 548
            areturn
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      query       

  public io.reactivex.Single<java.util.List<io.vertx.core.json.JsonObject>> rxFind(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
         0: .line 559
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$23(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2       query  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Single<Ljava/util/List<Lio/vertx/core/json/JsonObject;>;>;
    MethodParameters:
            Name  Flags
      collection  
      query       

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.core.json.JsonObject> findBatch(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
         0: .line 572
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            invokeinterface io.vertx.ext.mongo.MongoClient.findBatch:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/streams/ReadStream;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 573
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
            1    2     3         ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
            Name  Flags
      collection  
      query       

  public io.vertx.reactivex.ext.mongo.MongoClient findWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.core.json.JsonObject>>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.ext.mongo.FindOptions options
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 585
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* options */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.findWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 586
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.mongo.FindOptions options
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3        options  Lio/vertx/ext/mongo/FindOptions;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/core/json/JsonObject;>;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/core/json/JsonObject;>;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      options        
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient findWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.ext.mongo.FindOptions options
         0: .line 598
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* options */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$24(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 597
            areturn
        end local 3 // io.vertx.ext.mongo.FindOptions options
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
            0    2     3     options  Lio/vertx/ext/mongo/FindOptions;
    MethodParameters:
            Name  Flags
      collection  
      query       
      options     

  public io.reactivex.Single<java.util.List<io.vertx.core.json.JsonObject>> rxFindWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.ext.mongo.FindOptions options
         0: .line 609
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$25(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 3 // io.vertx.ext.mongo.FindOptions options
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2       query  Lio/vertx/core/json/JsonObject;
            0    1     3     options  Lio/vertx/ext/mongo/FindOptions;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;)Lio/reactivex/Single<Ljava/util/List<Lio/vertx/core/json/JsonObject;>;>;
    MethodParameters:
            Name  Flags
      collection  
      query       
      options     

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.core.json.JsonObject> findBatchWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.ext.mongo.FindOptions options
         0: .line 623
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* options */
            invokeinterface io.vertx.ext.mongo.MongoClient.findBatchWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;)Lio/vertx/core/streams/ReadStream;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 624
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 3 // io.vertx.ext.mongo.FindOptions options
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
            0    2     3     options  Lio/vertx/ext/mongo/FindOptions;
            1    2     4         ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
            Name  Flags
      collection  
      query       
      options     

  public io.vertx.reactivex.ext.mongo.MongoClient findOne(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject fields
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 638
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* fields */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.findOne:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 639
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.core.json.JsonObject fields
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3         fields  Lio/vertx/core/json/JsonObject;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      fields         
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient findOne(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject fields
         0: .line 653
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* fields */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$26(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOne:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 652
            areturn
        end local 3 // io.vertx.core.json.JsonObject fields
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
            0    2     3      fields  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      query       
      fields      

  public io.reactivex.Maybe<io.vertx.core.json.JsonObject> rxFindOne(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject fields
         0: .line 666
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* fields */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$27(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 3 // io.vertx.core.json.JsonObject fields
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2       query  Lio/vertx/core/json/JsonObject;
            0    1     3      fields  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
            Name  Flags
      collection  
      query       
      fields      

  public io.vertx.reactivex.ext.mongo.MongoClient findOneAndUpdate(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject update
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 682
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.findOneAndUpdate:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 683
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.core.json.JsonObject update
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3         update  Lio/vertx/core/json/JsonObject;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      update         
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient findOneAndUpdate(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject update
         0: .line 697
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$28(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOneAndUpdate:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 696
            areturn
        end local 3 // io.vertx.core.json.JsonObject update
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
            0    2     3      update  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      query       
      update      

  public io.reactivex.Maybe<io.vertx.core.json.JsonObject> rxFindOneAndUpdate(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject update
         0: .line 710
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$29(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 3 // io.vertx.core.json.JsonObject update
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2       query  Lio/vertx/core/json/JsonObject;
            0    1     3      update  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
            Name  Flags
      collection  
      query       
      update      

  public io.vertx.reactivex.ext.mongo.MongoClient findOneAndUpdateWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions, io.vertx.ext.mongo.UpdateOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject update
        start local 4 // io.vertx.ext.mongo.FindOptions findOptions
        start local 5 // io.vertx.ext.mongo.UpdateOptions updateOptions
        start local 6 // io.vertx.core.Handler resultHandler
         0: .line 728
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* findOptions */
            aload 5 /* updateOptions */
            aload 6 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.findOneAndUpdateWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 729
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler resultHandler
        end local 5 // io.vertx.ext.mongo.UpdateOptions updateOptions
        end local 4 // io.vertx.ext.mongo.FindOptions findOptions
        end local 3 // io.vertx.core.json.JsonObject update
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3         update  Lio/vertx/core/json/JsonObject;
            0    2     4    findOptions  Lio/vertx/ext/mongo/FindOptions;
            0    2     5  updateOptions  Lio/vertx/ext/mongo/UpdateOptions;
            0    2     6  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      update         
      findOptions    
      updateOptions  
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient findOneAndUpdateWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions, io.vertx.ext.mongo.UpdateOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject update
        start local 4 // io.vertx.ext.mongo.FindOptions findOptions
        start local 5 // io.vertx.ext.mongo.UpdateOptions updateOptions
         0: .line 745
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* findOptions */
            aload 5 /* updateOptions */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$30(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOneAndUpdateWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 744
            areturn
        end local 5 // io.vertx.ext.mongo.UpdateOptions updateOptions
        end local 4 // io.vertx.ext.mongo.FindOptions findOptions
        end local 3 // io.vertx.core.json.JsonObject update
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3         update  Lio/vertx/core/json/JsonObject;
            0    2     4    findOptions  Lio/vertx/ext/mongo/FindOptions;
            0    2     5  updateOptions  Lio/vertx/ext/mongo/UpdateOptions;
    MethodParameters:
               Name  Flags
      collection     
      query          
      update         
      findOptions    
      updateOptions  

  public io.reactivex.Maybe<io.vertx.core.json.JsonObject> rxFindOneAndUpdateWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions, io.vertx.ext.mongo.UpdateOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject update
        start local 4 // io.vertx.ext.mongo.FindOptions findOptions
        start local 5 // io.vertx.ext.mongo.UpdateOptions updateOptions
         0: .line 760
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* findOptions */
            aload 5 /* updateOptions */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$31(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 5 // io.vertx.ext.mongo.UpdateOptions updateOptions
        end local 4 // io.vertx.ext.mongo.FindOptions findOptions
        end local 3 // io.vertx.core.json.JsonObject update
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1     collection  Ljava/lang/String;
            0    1     2          query  Lio/vertx/core/json/JsonObject;
            0    1     3         update  Lio/vertx/core/json/JsonObject;
            0    1     4    findOptions  Lio/vertx/ext/mongo/FindOptions;
            0    1     5  updateOptions  Lio/vertx/ext/mongo/UpdateOptions;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;)Lio/reactivex/Maybe<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
               Name  Flags
      collection     
      query          
      update         
      findOptions    
      updateOptions  

  public io.vertx.reactivex.ext.mongo.MongoClient findOneAndReplace(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject replace
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 776
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.findOneAndReplace:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 777
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.core.json.JsonObject replace
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3        replace  Lio/vertx/core/json/JsonObject;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      replace        
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient findOneAndReplace(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject replace
         0: .line 791
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$32(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOneAndReplace:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 790
            areturn
        end local 3 // io.vertx.core.json.JsonObject replace
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
            0    2     3     replace  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      query       
      replace     

  public io.reactivex.Maybe<io.vertx.core.json.JsonObject> rxFindOneAndReplace(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject replace
         0: .line 804
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$33(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 3 // io.vertx.core.json.JsonObject replace
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2       query  Lio/vertx/core/json/JsonObject;
            0    1     3     replace  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
            Name  Flags
      collection  
      query       
      replace     

  public io.vertx.reactivex.ext.mongo.MongoClient findOneAndReplaceWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions, io.vertx.ext.mongo.UpdateOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject replace
        start local 4 // io.vertx.ext.mongo.FindOptions findOptions
        start local 5 // io.vertx.ext.mongo.UpdateOptions updateOptions
        start local 6 // io.vertx.core.Handler resultHandler
         0: .line 822
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            aload 4 /* findOptions */
            aload 5 /* updateOptions */
            aload 6 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.findOneAndReplaceWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 823
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler resultHandler
        end local 5 // io.vertx.ext.mongo.UpdateOptions updateOptions
        end local 4 // io.vertx.ext.mongo.FindOptions findOptions
        end local 3 // io.vertx.core.json.JsonObject replace
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3        replace  Lio/vertx/core/json/JsonObject;
            0    2     4    findOptions  Lio/vertx/ext/mongo/FindOptions;
            0    2     5  updateOptions  Lio/vertx/ext/mongo/UpdateOptions;
            0    2     6  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      replace        
      findOptions    
      updateOptions  
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient findOneAndReplaceWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions, io.vertx.ext.mongo.UpdateOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject replace
        start local 4 // io.vertx.ext.mongo.FindOptions findOptions
        start local 5 // io.vertx.ext.mongo.UpdateOptions updateOptions
         0: .line 839
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            aload 4 /* findOptions */
            aload 5 /* updateOptions */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$34(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOneAndReplaceWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 838
            areturn
        end local 5 // io.vertx.ext.mongo.UpdateOptions updateOptions
        end local 4 // io.vertx.ext.mongo.FindOptions findOptions
        end local 3 // io.vertx.core.json.JsonObject replace
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3        replace  Lio/vertx/core/json/JsonObject;
            0    2     4    findOptions  Lio/vertx/ext/mongo/FindOptions;
            0    2     5  updateOptions  Lio/vertx/ext/mongo/UpdateOptions;
    MethodParameters:
               Name  Flags
      collection     
      query          
      replace        
      findOptions    
      updateOptions  

  public io.reactivex.Maybe<io.vertx.core.json.JsonObject> rxFindOneAndReplaceWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions, io.vertx.ext.mongo.UpdateOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.json.JsonObject replace
        start local 4 // io.vertx.ext.mongo.FindOptions findOptions
        start local 5 // io.vertx.ext.mongo.UpdateOptions updateOptions
         0: .line 854
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            aload 4 /* findOptions */
            aload 5 /* updateOptions */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$35(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 5 // io.vertx.ext.mongo.UpdateOptions updateOptions
        end local 4 // io.vertx.ext.mongo.FindOptions findOptions
        end local 3 // io.vertx.core.json.JsonObject replace
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1     collection  Ljava/lang/String;
            0    1     2          query  Lio/vertx/core/json/JsonObject;
            0    1     3        replace  Lio/vertx/core/json/JsonObject;
            0    1     4    findOptions  Lio/vertx/ext/mongo/FindOptions;
            0    1     5  updateOptions  Lio/vertx/ext/mongo/UpdateOptions;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;)Lio/reactivex/Maybe<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
               Name  Flags
      collection     
      query          
      replace        
      findOptions    
      updateOptions  

  public io.vertx.reactivex.ext.mongo.MongoClient findOneAndDelete(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 869
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.findOneAndDelete:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 870
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient findOneAndDelete(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
         0: .line 883
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$36(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOneAndDelete:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 882
            areturn
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      query       

  public io.reactivex.Maybe<io.vertx.core.json.JsonObject> rxFindOneAndDelete(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
         0: .line 895
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$37(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2       query  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
            Name  Flags
      collection  
      query       

  public io.vertx.reactivex.ext.mongo.MongoClient findOneAndDeleteWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.ext.mongo.FindOptions findOptions
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 911
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* findOptions */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.findOneAndDeleteWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 912
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.mongo.FindOptions findOptions
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3    findOptions  Lio/vertx/ext/mongo/FindOptions;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      findOptions    
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient findOneAndDeleteWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.ext.mongo.FindOptions findOptions
         0: .line 926
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* findOptions */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$38(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOneAndDeleteWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 925
            areturn
        end local 3 // io.vertx.ext.mongo.FindOptions findOptions
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1   collection  Ljava/lang/String;
            0    2     2        query  Lio/vertx/core/json/JsonObject;
            0    2     3  findOptions  Lio/vertx/ext/mongo/FindOptions;
    MethodParameters:
             Name  Flags
      collection   
      query        
      findOptions  

  public io.reactivex.Maybe<io.vertx.core.json.JsonObject> rxFindOneAndDeleteWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.ext.mongo.FindOptions findOptions
         0: .line 939
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* findOptions */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$39(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 3 // io.vertx.ext.mongo.FindOptions findOptions
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1   collection  Ljava/lang/String;
            0    1     2        query  Lio/vertx/core/json/JsonObject;
            0    1     3  findOptions  Lio/vertx/ext/mongo/FindOptions;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;)Lio/reactivex/Maybe<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
             Name  Flags
      collection   
      query        
      findOptions  

  public io.vertx.reactivex.ext.mongo.MongoClient count(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 952
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.count:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 953
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient count(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
         0: .line 964
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$40(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.count:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 963
            areturn
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      query       

  public io.reactivex.Single<java.lang.Long> rxCount(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
         0: .line 974
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$41(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2       query  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Single<Ljava/lang/Long;>;
    MethodParameters:
            Name  Flags
      collection  
      query       

  public io.vertx.reactivex.ext.mongo.MongoClient removeDocuments(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mongo.MongoClientDeleteResult>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 987
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.removeDocuments:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 988
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient removeDocuments(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
         0: .line 999
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$42(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.removeDocuments:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 998
            areturn
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      query       

  public io.reactivex.Maybe<io.vertx.ext.mongo.MongoClientDeleteResult> rxRemoveDocuments(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
         0: .line 1009
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$43(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2       query  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;
    MethodParameters:
            Name  Flags
      collection  
      query       

  public io.vertx.reactivex.ext.mongo.MongoClient removeDocumentsWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mongo.MongoClientDeleteResult>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.ext.mongo.WriteOption writeOption
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 1023
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* writeOption */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.removeDocumentsWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1024
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.mongo.WriteOption writeOption
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3    writeOption  Lio/vertx/ext/mongo/WriteOption;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      writeOption    
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient removeDocumentsWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.ext.mongo.WriteOption writeOption
         0: .line 1036
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* writeOption */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$44(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.removeDocumentsWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1035
            areturn
        end local 3 // io.vertx.ext.mongo.WriteOption writeOption
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1   collection  Ljava/lang/String;
            0    2     2        query  Lio/vertx/core/json/JsonObject;
            0    2     3  writeOption  Lio/vertx/ext/mongo/WriteOption;
    MethodParameters:
             Name  Flags
      collection   
      query        
      writeOption  

  public io.reactivex.Maybe<io.vertx.ext.mongo.MongoClientDeleteResult> rxRemoveDocumentsWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.ext.mongo.WriteOption writeOption
         0: .line 1047
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* writeOption */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$45(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 3 // io.vertx.ext.mongo.WriteOption writeOption
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1   collection  Ljava/lang/String;
            0    1     2        query  Lio/vertx/core/json/JsonObject;
            0    1     3  writeOption  Lio/vertx/ext/mongo/WriteOption;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Lio/reactivex/Maybe<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;
    MethodParameters:
             Name  Flags
      collection   
      query        
      writeOption  

  public io.vertx.reactivex.ext.mongo.MongoClient removeDocument(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mongo.MongoClientDeleteResult>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1060
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.removeDocument:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1061
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient removeDocument(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
         0: .line 1072
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$46(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.removeDocument:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1071
            areturn
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2       query  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      query       

  public io.reactivex.Maybe<io.vertx.ext.mongo.MongoClientDeleteResult> rxRemoveDocument(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
         0: .line 1082
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$47(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2       query  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;
    MethodParameters:
            Name  Flags
      collection  
      query       

  public io.vertx.reactivex.ext.mongo.MongoClient removeDocumentWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mongo.MongoClientDeleteResult>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.ext.mongo.WriteOption writeOption
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 1096
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* writeOption */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.removeDocumentWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1097
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.mongo.WriteOption writeOption
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2          query  Lio/vertx/core/json/JsonObject;
            0    2     3    writeOption  Lio/vertx/ext/mongo/WriteOption;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      query          
      writeOption    
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient removeDocumentWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.ext.mongo.WriteOption writeOption
         0: .line 1109
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* writeOption */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$48(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.removeDocumentWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1108
            areturn
        end local 3 // io.vertx.ext.mongo.WriteOption writeOption
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1   collection  Ljava/lang/String;
            0    2     2        query  Lio/vertx/core/json/JsonObject;
            0    2     3  writeOption  Lio/vertx/ext/mongo/WriteOption;
    MethodParameters:
             Name  Flags
      collection   
      query        
      writeOption  

  public io.reactivex.Maybe<io.vertx.ext.mongo.MongoClientDeleteResult> rxRemoveDocumentWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject query
        start local 3 // io.vertx.ext.mongo.WriteOption writeOption
         0: .line 1120
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* writeOption */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$49(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 3 // io.vertx.ext.mongo.WriteOption writeOption
        end local 2 // io.vertx.core.json.JsonObject query
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1   collection  Ljava/lang/String;
            0    1     2        query  Lio/vertx/core/json/JsonObject;
            0    1     3  writeOption  Lio/vertx/ext/mongo/WriteOption;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;)Lio/reactivex/Maybe<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;
    MethodParameters:
             Name  Flags
      collection   
      query        
      writeOption  

  public io.vertx.reactivex.ext.mongo.MongoClient createCollection(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collectionName
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1132
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collectionName */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.createCollection:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1133
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String collectionName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collectionName  Ljava/lang/String;
            0    2     2   resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
                Name  Flags
      collectionName  
      resultHandler   

  public io.vertx.reactivex.ext.mongo.MongoClient createCollection(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collectionName
         0: .line 1143
            aload 0 /* this */
            aload 1 /* collectionName */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$50(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.createCollection:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1142
            areturn
        end local 1 // java.lang.String collectionName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collectionName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      collectionName  

  public io.reactivex.Completable rxCreateCollection(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collectionName
         0: .line 1152
            aload 0 /* this */
            aload 1 /* collectionName */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$51(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String collectionName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collectionName  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      collectionName  

  public io.vertx.reactivex.ext.mongo.MongoClient getCollections(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 1163
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.getCollections:(Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1164
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient getCollections();
    descriptor: ()Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1173
            aload 0 /* this */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$52(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.getCollections:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1172
            areturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/mongo/MongoClient;

  public io.reactivex.Single<java.util.List<java.lang.String>> rxGetCollections();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1181
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$53(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoClient;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Ljava/lang/String;>;>;

  public io.vertx.reactivex.ext.mongo.MongoClient dropCollection(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1193
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.dropCollection:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1194
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient dropCollection(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
         0: .line 1204
            aload 0 /* this */
            aload 1 /* collection */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$54(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.dropCollection:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1203
            areturn
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      collection  

  public io.reactivex.Completable rxDropCollection(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
         0: .line 1213
            aload 0 /* this */
            aload 1 /* collection */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$55(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      collection  

  public io.vertx.reactivex.ext.mongo.MongoClient createIndex(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject key
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1226
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* key */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.createIndex:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1227
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonObject key
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2            key  Lio/vertx/core/json/JsonObject;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      key            
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient createIndex(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject key
         0: .line 1238
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* key */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$56(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.createIndex:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1237
            areturn
        end local 2 // io.vertx.core.json.JsonObject key
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2         key  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      key         

  public io.reactivex.Completable rxCreateIndex(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject key
         0: .line 1248
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* key */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$57(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 2 // io.vertx.core.json.JsonObject key
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2         key  Lio/vertx/core/json/JsonObject;
    MethodParameters:
            Name  Flags
      collection  
      key         

  public io.vertx.reactivex.ext.mongo.MongoClient createIndexWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.IndexOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/IndexOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject key
        start local 3 // io.vertx.ext.mongo.IndexOptions options
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 1262
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* key */
            aload 3 /* options */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.createIndexWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/IndexOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1263
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.mongo.IndexOptions options
        end local 2 // io.vertx.core.json.JsonObject key
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2            key  Lio/vertx/core/json/JsonObject;
            0    2     3        options  Lio/vertx/ext/mongo/IndexOptions;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/IndexOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      key            
      options        
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient createIndexWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.IndexOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/IndexOptions;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject key
        start local 3 // io.vertx.ext.mongo.IndexOptions options
         0: .line 1275
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* key */
            aload 3 /* options */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$58(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.createIndexWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/IndexOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1274
            areturn
        end local 3 // io.vertx.ext.mongo.IndexOptions options
        end local 2 // io.vertx.core.json.JsonObject key
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2         key  Lio/vertx/core/json/JsonObject;
            0    2     3     options  Lio/vertx/ext/mongo/IndexOptions;
    MethodParameters:
            Name  Flags
      collection  
      key         
      options     

  public io.reactivex.Completable rxCreateIndexWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.IndexOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/IndexOptions;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonObject key
        start local 3 // io.vertx.ext.mongo.IndexOptions options
         0: .line 1286
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* key */
            aload 3 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/IndexOptions;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$59(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/IndexOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 3 // io.vertx.ext.mongo.IndexOptions options
        end local 2 // io.vertx.core.json.JsonObject key
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2         key  Lio/vertx/core/json/JsonObject;
            0    1     3     options  Lio/vertx/ext/mongo/IndexOptions;
    MethodParameters:
            Name  Flags
      collection  
      key         
      options     

  public io.vertx.reactivex.ext.mongo.MongoClient createIndexes(java.lang.String, java.util.List<io.vertx.ext.mongo.IndexModel>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.util.List indexes
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1299
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* indexes */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.createIndexes:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1300
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.util.List indexes
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2        indexes  Ljava/util/List<Lio/vertx/ext/mongo/IndexModel;>;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/ext/mongo/IndexModel;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      indexes        
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient createIndexes(java.lang.String, java.util.List<io.vertx.ext.mongo.IndexModel>);
    descriptor: (Ljava/lang/String;Ljava/util/List;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.util.List indexes
         0: .line 1311
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* indexes */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$60(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.createIndexes:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1310
            areturn
        end local 2 // java.util.List indexes
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2     indexes  Ljava/util/List<Lio/vertx/ext/mongo/IndexModel;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/ext/mongo/IndexModel;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
            Name  Flags
      collection  
      indexes     

  public io.reactivex.Completable rxCreateIndexes(java.lang.String, java.util.List<io.vertx.ext.mongo.IndexModel>);
    descriptor: (Ljava/lang/String;Ljava/util/List;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.util.List indexes
         0: .line 1321
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* indexes */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Ljava/util/List;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$61(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 2 // java.util.List indexes
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2     indexes  Ljava/util/List<Lio/vertx/ext/mongo/IndexModel;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/ext/mongo/IndexModel;>;)Lio/reactivex/Completable;
    MethodParameters:
            Name  Flags
      collection  
      indexes     

  public io.vertx.reactivex.ext.mongo.MongoClient listIndexes(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1333
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.listIndexes:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1334
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient listIndexes(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
         0: .line 1344
            aload 0 /* this */
            aload 1 /* collection */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$62(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.listIndexes:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1343
            areturn
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      collection  

  public io.reactivex.Single<io.vertx.core.json.JsonArray> rxListIndexes(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
         0: .line 1353
            aload 0 /* this */
            aload 1 /* collection */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$63(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/core/json/JsonArray;>;
    MethodParameters:
            Name  Flags
      collection  

  public io.vertx.reactivex.ext.mongo.MongoClient dropIndex(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.lang.String indexName
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1366
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* indexName */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.dropIndex:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1367
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String indexName
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     collection  Ljava/lang/String;
            0    2     2      indexName  Ljava/lang/String;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      collection     
      indexName      
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient dropIndex(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.lang.String indexName
         0: .line 1378
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* indexName */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$64(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.dropIndex:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1377
            areturn
        end local 2 // java.lang.String indexName
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2   indexName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      collection  
      indexName   

  public io.reactivex.Completable rxDropIndex(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.lang.String indexName
         0: .line 1388
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* indexName */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$65(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 2 // java.lang.String indexName
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  collection  Ljava/lang/String;
            0    1     2   indexName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      collection  
      indexName   

  public io.vertx.reactivex.ext.mongo.MongoClient runCommand(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String commandName
        start local 2 // io.vertx.core.json.JsonObject command
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 1401
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* commandName */
            aload 2 /* command */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.runCommand:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1402
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonObject command
        end local 1 // java.lang.String commandName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1    commandName  Ljava/lang/String;
            0    2     2        command  Lio/vertx/core/json/JsonObject;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      commandName    
      command        
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient runCommand(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String commandName
        start local 2 // io.vertx.core.json.JsonObject command
         0: .line 1413
            aload 0 /* this */
            aload 1 /* commandName */
            aload 2 /* command */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$66(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.runCommand:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1412
            areturn
        end local 2 // io.vertx.core.json.JsonObject command
        end local 1 // java.lang.String commandName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  commandName  Ljava/lang/String;
            0    2     2      command  Lio/vertx/core/json/JsonObject;
    MethodParameters:
             Name  Flags
      commandName  
      command      

  public io.reactivex.Maybe<io.vertx.core.json.JsonObject> rxRunCommand(java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String commandName
        start local 2 // io.vertx.core.json.JsonObject command
         0: .line 1423
            aload 0 /* this */
            aload 1 /* commandName */
            aload 2 /* command */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$67(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultMaybe.toMaybe:(Ljava/util/function/Consumer;)Lio/reactivex/Maybe;
            areturn
        end local 2 // io.vertx.core.json.JsonObject command
        end local 1 // java.lang.String commandName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  commandName  Ljava/lang/String;
            0    1     2      command  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Maybe<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
             Name  Flags
      commandName  
      command      

  public io.vertx.reactivex.ext.mongo.MongoClient distinct(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.lang.String fieldName
        start local 3 // java.lang.String resultClassname
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 1438
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* fieldName */
            aload 3 /* resultClassname */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.distinct:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1439
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // java.lang.String resultClassname
        end local 2 // java.lang.String fieldName
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1       collection  Ljava/lang/String;
            0    2     2        fieldName  Ljava/lang/String;
            0    2     3  resultClassname  Ljava/lang/String;
            0    2     4    resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
                 Name  Flags
      collection       
      fieldName        
      resultClassname  
      resultHandler    

  public io.vertx.reactivex.ext.mongo.MongoClient distinct(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.lang.String fieldName
        start local 3 // java.lang.String resultClassname
         0: .line 1452
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* fieldName */
            aload 3 /* resultClassname */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$68(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.distinct:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1451
            areturn
        end local 3 // java.lang.String resultClassname
        end local 2 // java.lang.String fieldName
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1       collection  Ljava/lang/String;
            0    2     2        fieldName  Ljava/lang/String;
            0    2     3  resultClassname  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      collection       
      fieldName        
      resultClassname  

  public io.reactivex.Single<io.vertx.core.json.JsonArray> rxDistinct(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.lang.String fieldName
        start local 3 // java.lang.String resultClassname
         0: .line 1464
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* fieldName */
            aload 3 /* resultClassname */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$69(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 3 // java.lang.String resultClassname
        end local 2 // java.lang.String fieldName
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1       collection  Ljava/lang/String;
            0    1     2        fieldName  Ljava/lang/String;
            0    1     3  resultClassname  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/core/json/JsonArray;>;
    MethodParameters:
                 Name  Flags
      collection       
      fieldName        
      resultClassname  

  public io.vertx.reactivex.ext.mongo.MongoClient distinctWithQuery(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.lang.String fieldName
        start local 3 // java.lang.String resultClassname
        start local 4 // io.vertx.core.json.JsonObject query
        start local 5 // io.vertx.core.Handler resultHandler
         0: .line 1480
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* fieldName */
            aload 3 /* resultClassname */
            aload 4 /* query */
            aload 5 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoClient.distinctWithQuery:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1481
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler resultHandler
        end local 4 // io.vertx.core.json.JsonObject query
        end local 3 // java.lang.String resultClassname
        end local 2 // java.lang.String fieldName
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1       collection  Ljava/lang/String;
            0    2     2        fieldName  Ljava/lang/String;
            0    2     3  resultClassname  Ljava/lang/String;
            0    2     4            query  Lio/vertx/core/json/JsonObject;
            0    2     5    resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
                 Name  Flags
      collection       
      fieldName        
      resultClassname  
      query            
      resultHandler    

  public io.vertx.reactivex.ext.mongo.MongoClient distinctWithQuery(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.lang.String fieldName
        start local 3 // java.lang.String resultClassname
        start local 4 // io.vertx.core.json.JsonObject query
         0: .line 1495
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* fieldName */
            aload 3 /* resultClassname */
            aload 4 /* query */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$70(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.distinctWithQuery:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1494
            areturn
        end local 4 // io.vertx.core.json.JsonObject query
        end local 3 // java.lang.String resultClassname
        end local 2 // java.lang.String fieldName
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1       collection  Ljava/lang/String;
            0    2     2        fieldName  Ljava/lang/String;
            0    2     3  resultClassname  Ljava/lang/String;
            0    2     4            query  Lio/vertx/core/json/JsonObject;
    MethodParameters:
                 Name  Flags
      collection       
      fieldName        
      resultClassname  
      query            

  public io.reactivex.Single<io.vertx.core.json.JsonArray> rxDistinctWithQuery(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.lang.String fieldName
        start local 3 // java.lang.String resultClassname
        start local 4 // io.vertx.core.json.JsonObject query
         0: .line 1508
            aload 0 /* this */
            aload 1 /* collection */
            aload 2 /* fieldName */
            aload 3 /* resultClassname */
            aload 4 /* query */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$71(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 4 // io.vertx.core.json.JsonObject query
        end local 3 // java.lang.String resultClassname
        end local 2 // java.lang.String fieldName
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1       collection  Ljava/lang/String;
            0    1     2        fieldName  Ljava/lang/String;
            0    1     3  resultClassname  Ljava/lang/String;
            0    1     4            query  Lio/vertx/core/json/JsonObject;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/reactivex/Single<Lio/vertx/core/json/JsonArray;>;
    MethodParameters:
                 Name  Flags
      collection       
      fieldName        
      resultClassname  
      query            

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.core.json.JsonObject> distinctBatch(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.lang.String fieldName
        start local 3 // java.lang.String resultClassname
         0: .line 1523
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* fieldName */
            aload 3 /* resultClassname */
            invokeinterface io.vertx.ext.mongo.MongoClient.distinctBatch:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 1524
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 3 // java.lang.String resultClassname
        end local 2 // java.lang.String fieldName
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1       collection  Ljava/lang/String;
            0    2     2        fieldName  Ljava/lang/String;
            0    2     3  resultClassname  Ljava/lang/String;
            1    2     4              ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
                 Name  Flags
      collection       
      fieldName        
      resultClassname  

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.core.json.JsonObject> distinctBatchWithQuery(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.json.JsonObject);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.lang.String fieldName
        start local 3 // java.lang.String resultClassname
        start local 4 // io.vertx.core.json.JsonObject query
         0: .line 1538
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* fieldName */
            aload 3 /* resultClassname */
            aload 4 /* query */
            invokeinterface io.vertx.ext.mongo.MongoClient.distinctBatchWithQuery:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/core/streams/ReadStream;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 1539
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 4 // io.vertx.core.json.JsonObject query
        end local 3 // java.lang.String resultClassname
        end local 2 // java.lang.String fieldName
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1       collection  Ljava/lang/String;
            0    2     2        fieldName  Ljava/lang/String;
            0    2     3  resultClassname  Ljava/lang/String;
            0    2     4            query  Lio/vertx/core/json/JsonObject;
            1    2     5              ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
                 Name  Flags
      collection       
      fieldName        
      resultClassname  
      query            

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.core.json.JsonObject> distinctBatchWithQuery(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.json.JsonObject, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;I)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // java.lang.String fieldName
        start local 3 // java.lang.String resultClassname
        start local 4 // io.vertx.core.json.JsonObject query
        start local 5 // int batchSize
         0: .line 1554
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* fieldName */
            aload 3 /* resultClassname */
            aload 4 /* query */
            iload 5 /* batchSize */
            invokeinterface io.vertx.ext.mongo.MongoClient.distinctBatchWithQuery:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;I)Lio/vertx/core/streams/ReadStream;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 6 /* ret */
        start local 6 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 1555
            aload 6 /* ret */
            areturn
        end local 6 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 5 // int batchSize
        end local 4 // io.vertx.core.json.JsonObject query
        end local 3 // java.lang.String resultClassname
        end local 2 // java.lang.String fieldName
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1       collection  Ljava/lang/String;
            0    2     2        fieldName  Ljava/lang/String;
            0    2     3  resultClassname  Ljava/lang/String;
            0    2     4            query  Lio/vertx/core/json/JsonObject;
            0    2     5        batchSize  I
            1    2     6              ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;I)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
                 Name  Flags
      collection       
      fieldName        
      resultClassname  
      query            
      batchSize        

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.core.json.JsonObject> aggregate(java.lang.String, io.vertx.core.json.JsonArray);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonArray pipeline
         0: .line 1565
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* pipeline */
            invokeinterface io.vertx.ext.mongo.MongoClient.aggregate:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lio/vertx/core/streams/ReadStream;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 1566
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 2 // io.vertx.core.json.JsonArray pipeline
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2    pipeline  Lio/vertx/core/json/JsonArray;
            1    2     3         ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
            Name  Flags
      collection  
      pipeline    

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.core.json.JsonObject> aggregateWithOptions(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.ext.mongo.AggregateOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/ext/mongo/AggregateOptions;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.json.JsonArray pipeline
        start local 3 // io.vertx.ext.mongo.AggregateOptions options
         0: .line 1577
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* collection */
            aload 2 /* pipeline */
            aload 3 /* options */
            invokeinterface io.vertx.ext.mongo.MongoClient.aggregateWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/ext/mongo/AggregateOptions;)Lio/vertx/core/streams/ReadStream;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 1578
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 3 // io.vertx.ext.mongo.AggregateOptions options
        end local 2 // io.vertx.core.json.JsonArray pipeline
        end local 1 // java.lang.String collection
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  collection  Ljava/lang/String;
            0    2     2    pipeline  Lio/vertx/core/json/JsonArray;
            0    2     3     options  Lio/vertx/ext/mongo/AggregateOptions;
            1    2     4         ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/ext/mongo/AggregateOptions;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;
    MethodParameters:
            Name  Flags
      collection  
      pipeline    
      options     

  public io.vertx.reactivex.ext.mongo.MongoClient createDefaultGridFsBucketService(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.mongo.MongoGridFsClient>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 1587
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            new io.vertx.reactivex.ext.mongo.MongoClient$1
            dup
            aload 0 /* this */
            aload 1 /* resultHandler */
            invokespecial io.vertx.reactivex.ext.mongo.MongoClient$1.<init>:(Lio/vertx/reactivex/ext/mongo/MongoClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.mongo.MongoClient.createDefaultGridFsBucketService:(Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1596
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient createDefaultGridFsBucketService();
    descriptor: ()Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1605
            aload 0 /* this */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$72(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.createDefaultGridFsBucketService:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1604
            areturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/mongo/MongoClient;

  public io.reactivex.Single<io.vertx.reactivex.ext.mongo.MongoGridFsClient> rxCreateDefaultGridFsBucketService();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1613
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$73(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoClient;
    Signature: ()Lio/reactivex/Single<Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;>;

  public io.vertx.reactivex.ext.mongo.MongoClient createGridFsBucketService(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.mongo.MongoGridFsClient>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String bucketName
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 1625
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* bucketName */
            new io.vertx.reactivex.ext.mongo.MongoClient$2
            dup
            aload 0 /* this */
            aload 2 /* resultHandler */
            invokespecial io.vertx.reactivex.ext.mongo.MongoClient$2.<init>:(Lio/vertx/reactivex/ext/mongo/MongoClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.mongo.MongoClient.createGridFsBucketService:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 1634
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String bucketName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1     bucketName  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    MethodParameters:
               Name  Flags
      bucketName     
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoClient createGridFsBucketService(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String bucketName
         0: .line 1644
            aload 0 /* this */
            aload 1 /* bucketName */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$74(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.createGridFsBucketService:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
         1: .line 1643
            areturn
        end local 1 // java.lang.String bucketName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  bucketName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      bucketName  

  public io.reactivex.Single<io.vertx.reactivex.ext.mongo.MongoGridFsClient> rxCreateGridFsBucketService(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // java.lang.String bucketName
         0: .line 1653
            aload 0 /* this */
            aload 1 /* bucketName */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$75(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String bucketName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    1     1  bucketName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;>;
    MethodParameters:
            Name  Flags
      bucketName  

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1663
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.mongo.MongoClient.close:(Lio/vertx/core/Handler;)V
         1: .line 1664
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1670
            aload 0 /* this */
            invokedynamic handle()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/reactivex/ext/mongo/MongoClient.lambda$76(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.close:(Lio/vertx/core/Handler;)V
         1: .line 1671
            return
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/mongo/MongoClient;

  public io.reactivex.Completable rxClose();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1678
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoClient;)Ljava/util/function/Consumer;
              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/reactivex/ext/mongo/MongoClient.lambda$77(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoClient;

  public static io.vertx.reactivex.ext.mongo.MongoClient newInstance(io.vertx.ext.mongo.MongoClient);
    descriptor: (Lio/vertx/ext/mongo/MongoClient;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.mongo.MongoClient arg
         0: .line 1692
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.ext.mongo.MongoClient
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.ext.mongo.MongoClient.<init>:(Lio/vertx/ext/mongo/MongoClient;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.ext.mongo.MongoClient
         2: areturn
        end local 0 // io.vertx.ext.mongo.MongoClient arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/ext/mongo/MongoClient;
    MethodParameters:
      Name  Flags
      arg   

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 71
            new io.vertx.reactivex.ext.mongo.MongoClient
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.mongo.MongoClient
            invokespecial io.vertx.reactivex.ext.mongo.MongoClient.<init>:(Lio/vertx/ext/mongo/MongoClient;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 149
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/String;>;

  private void lambda$3(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 162
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.save:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 163
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 192
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/String;>;

  private void lambda$5(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 206
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.saveWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 207
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 234
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/String;>;

  private void lambda$7(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 247
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.insert:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 248
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 277
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/String;>;

  private void lambda$9(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 291
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.insertWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 292
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$10(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 317
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;

  private void lambda$11(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 329
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.updateCollection:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 330
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;>;

  private static void lambda$12(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 357
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;

  private void lambda$13(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.UpdateOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 5 // io.vertx.core.Handler $handler
         0: .line 370
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.updateCollectionWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 371
            return
        end local 5 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     5  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;>;

  private static void lambda$14(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 396
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;

  private void lambda$15(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 408
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.replaceDocuments:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 409
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;>;

  private static void lambda$16(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 436
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;

  private void lambda$17(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.UpdateOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 5 // io.vertx.core.Handler $handler
         0: .line 449
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.replaceDocumentsWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 450
            return
        end local 5 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     5  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientUpdateResult;>;>;

  private static void lambda$18(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 473
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientBulkWriteResult;>;

  private void lambda$19(java.lang.String, java.util.List, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 484
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.bulkWrite:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 485
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientBulkWriteResult;>;>;

  private static void lambda$20(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 512
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientBulkWriteResult;>;

  private void lambda$21(java.lang.String, java.util.List, io.vertx.ext.mongo.BulkWriteOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/ext/mongo/BulkWriteOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 525
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.bulkWriteWithOptions:(Ljava/lang/String;Ljava/util/List;Lio/vertx/ext/mongo/BulkWriteOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 526
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientBulkWriteResult;>;>;

  private static void lambda$22(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 549
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/core/json/JsonObject;>;>;

  private void lambda$23(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 560
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.find:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 561
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/core/json/JsonObject;>;>;>;

  private static void lambda$24(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 598
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/core/json/JsonObject;>;>;

  private void lambda$25(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 610
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 611
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/core/json/JsonObject;>;>;>;

  private static void lambda$26(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 653
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;

  private void lambda$27(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 667
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOne:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 668
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;

  private static void lambda$28(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 697
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;

  private void lambda$29(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 711
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOneAndUpdate:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 712
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;

  private static void lambda$30(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 745
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;

  private void lambda$31(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions, io.vertx.ext.mongo.UpdateOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 6 // io.vertx.core.Handler $handler
         0: .line 761
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5
            aload 6 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOneAndUpdateWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 762
            return
        end local 6 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     6  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;

  private static void lambda$32(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 791
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;

  private void lambda$33(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 805
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOneAndReplace:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 806
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;

  private static void lambda$34(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 839
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;

  private void lambda$35(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions, io.vertx.ext.mongo.UpdateOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 6 // io.vertx.core.Handler $handler
         0: .line 855
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5
            aload 6 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOneAndReplaceWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 856
            return
        end local 6 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     6  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;

  private static void lambda$36(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 883
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;

  private void lambda$37(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 896
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOneAndDelete:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 897
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;

  private static void lambda$38(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 926
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;

  private void lambda$39(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.FindOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 940
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.findOneAndDeleteWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 941
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;

  private static void lambda$40(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 964
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;

  private void lambda$41(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 975
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.count:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 976
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;

  private static void lambda$42(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 999
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;

  private void lambda$43(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1010
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.removeDocuments:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1011
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;>;

  private static void lambda$44(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1036
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;

  private void lambda$45(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 1048
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.removeDocumentsWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1049
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;>;

  private static void lambda$46(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1072
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;

  private void lambda$47(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1083
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.removeDocument:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1084
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;>;

  private static void lambda$48(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1109
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;

  private void lambda$49(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 1121
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.removeDocumentWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1122
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mongo/MongoClientDeleteResult;>;>;

  private static void lambda$50(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1143
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$51(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1153
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.createCollection:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1154
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$52(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1173
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;

  private void lambda$53(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 1182
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.getCollections:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1183
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;

  private static void lambda$54(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1204
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$55(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1214
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.dropCollection:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1215
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$56(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1238
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$57(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1249
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.createIndex:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1250
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$58(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1275
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$59(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.IndexOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/IndexOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 1287
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.createIndexWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/IndexOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1288
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$60(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1311
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$61(java.lang.String, java.util.List, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1322
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.createIndexes:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1323
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$62(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1344
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;

  private void lambda$63(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1354
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.listIndexes:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1355
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;

  private static void lambda$64(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1378
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$65(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1389
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.dropIndex:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1390
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$66(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1413
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;

  private void lambda$67(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 1424
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.runCommand:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1425
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;

  private static void lambda$68(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1452
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;

  private void lambda$69(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 1465
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.distinct:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1466
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;

  private static void lambda$70(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1495
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;

  private void lambda$71(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 5 // io.vertx.core.Handler $handler
         0: .line 1509
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.distinctWithQuery:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1510
            return
        end local 5 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     5  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;

  private static void lambda$72(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1605
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;>;

  private void lambda$73(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 1614
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.createDefaultGridFsBucketService:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1615
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;>;>;

  private static void lambda$74(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1644
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;>;

  private void lambda$75(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 1654
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.createGridFsBucketService:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
            pop
         1: .line 1655
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;>;>;

  private static void lambda$76(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1670
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$77(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 1679
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoClient.close:(Lio/vertx/core/Handler;)V
         1: .line 1680
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
SourceFile: "MongoClient.java"
NestMembers:
  io.vertx.reactivex.ext.mongo.MongoClient$1  io.vertx.reactivex.ext.mongo.MongoClient$2
InnerClasses:
  io.vertx.reactivex.ext.mongo.MongoClient$1
  io.vertx.reactivex.ext.mongo.MongoClient$2
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/mongo/MongoClient;)