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 1367
            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 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 82
            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 createNonShared(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 92
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* config */
            invokestatic io.vertx.ext.mongo.MongoClient.createNonShared:(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 93
            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 105
            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 106
            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 116
            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 117
            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 130
            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 131
            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.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
         0: .line 143
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 159
            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 160
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 173
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 188
            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 189
            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.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
         0: .line 201
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 217
            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 218
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 231
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 update(java.lang.String, io.vertx.core.json.JsonObject, 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/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 246
            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.update:(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 247
            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<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      collection     
      query          
      update         
      resultHandler  

  public io.reactivex.Completable rxUpdate(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/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 259
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      collection  
      query       
      update      

  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 273
            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 274
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 285
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 updateWithOptions(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<java.lang.Void>>);
    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 301
            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.updateWithOptions:(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 302
            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<Ljava/lang/Void;>;>;
    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<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      collection     
      query          
      update         
      options        
      resultHandler  

  public io.reactivex.Completable rxUpdateWithOptions(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/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 315
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      collection  
      query       
      update      
      options     

  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 330
            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 331
            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.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=3, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 343
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 replace(java.lang.String, io.vertx.core.json.JsonObject, 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/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 360
            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.replace:(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 361
            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<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      collection     
      query          
      replace        
      resultHandler  

  public io.reactivex.Completable rxReplace(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/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 375
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      collection  
      query       
      replace     

  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 389
            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 390
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 401
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 replaceWithOptions(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<java.lang.Void>>);
    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 419
            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.replaceWithOptions:(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 420
            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<Ljava/lang/Void;>;>;
    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<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      collection     
      query          
      replace        
      options        
      resultHandler  

  public io.reactivex.Completable rxReplaceWithOptions(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/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 435
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      collection  
      query       
      replace     
      options     

  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 450
            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 451
            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.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=3, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 463
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 476
            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 477
            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.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
         0: .line 487
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 502
            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 503
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 515
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 528
            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 529
            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.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
         0: .line 539
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 552
            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 553
            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 565
            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 566
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 577
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 591
            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 592
            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 606
            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 607
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 620
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 636
            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 637
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 650
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 668
            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 669
            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.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=3, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 684
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 700
            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 701
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 714
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 732
            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 733
            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.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=3, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 748
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 763
            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 764
            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.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
         0: .line 776
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 792
            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 793
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 806
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 819
            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 820
            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.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
         0: .line 830
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 remove(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 query
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 844
            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.remove:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 845
            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/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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      collection     
      query          
      resultHandler  

  public io.reactivex.Completable rxRemove(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
         0: .line 856
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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 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.removeDocuments:(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/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.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
         0: .line 880
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 removeWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    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 895
            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.removeWithOptions:(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 896
            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<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      collection     
      query          
      writeOption    
      resultHandler  

  public io.reactivex.Completable rxRemoveWithOptions(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/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 908
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      collection   
      query        
      writeOption  

  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 922
            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 923
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 934
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 removeOne(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 query
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 948
            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.removeOne:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoClient;
            pop
         1: .line 949
            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/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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      collection     
      query          
      resultHandler  

  public io.reactivex.Completable rxRemoveOne(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
         0: .line 960
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      collection  
      query       

  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 973
            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 974
            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.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
         0: .line 984
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 removeOneWithOptions(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.ext.mongo.WriteOption, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    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 999
            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.removeOneWithOptions:(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 1000
            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<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      collection     
      query          
      writeOption    
      resultHandler  

  public io.reactivex.Completable rxRemoveOneWithOptions(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/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1012
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      collection   
      query        
      writeOption  

  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 1026
            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 1027
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1038
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1050
            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 1051
            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.reactivex.Completable rxCreateCollection(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1060
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1071
            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 1072
            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.reactivex.Single<java.util.List<java.lang.String>> rxGetCollections();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1080
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 1092
            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 1093
            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.reactivex.Completable rxDropCollection(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1102
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1115
            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 1116
            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.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
         0: .line 1126
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1140
            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 1141
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1152
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    MethodParameters:
            Name  Flags
      collection  
      key         
      options     

  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 1164
            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 1165
            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.reactivex.Single<io.vertx.core.json.JsonArray> rxListIndexes(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1174
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1187
            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 1188
            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.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
         0: .line 1198
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 1211
            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 1212
            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.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
         0: .line 1222
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1237
            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 1238
            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.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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1250
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1266
            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 1267
            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.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=3, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1280
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 1295
            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 1296
            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 1310
            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 1311
            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 1326
            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 1327
            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 1337
            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 1338
            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 1349
            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 1350
            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 void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoClient this
         0: .line 1357
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoClient.delegate:Lio/vertx/ext/mongo/MongoClient;
            invokeinterface io.vertx.ext.mongo.MongoClient.close:()V
         1: .line 1358
            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 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 1370
            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;
}
SourceFile: "MongoClient.java"
InnerClasses:
  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;)