public class io.vertx.reactivex.ext.mongo.MongoService extends 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.MongoService
  super_class: io.vertx.reactivex.ext.mongo.MongoClient
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.mongo.MongoService> __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/MongoService;>;

  private final io.vertx.ext.mongo.MongoService delegate;
    descriptor: Lio/vertx/ext/mongo/MongoService;
    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 67
            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/MongoService.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 68
            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/MongoService.getDelegate()Lio/vertx/ext/mongo/MongoService; (5)
                  (Lio/vertx/reactivex/ext/mongo/MongoService;)Ljava/lang/Object;
         2: .line 67
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.mongo.MongoService.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 582
            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.MongoService this
         0: .line 51
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;

  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.MongoService this
        start local 1 // java.lang.Object o
         0: .line 56
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 57
      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 58
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.mongo.MongoService
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.mongo.MongoService that
         4: .line 59
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.mongo.MongoService that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.mongo.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService this
         0: .line 64
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;

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

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

  public static io.vertx.reactivex.ext.mongo.MongoService createEventBusProxy(io.vertx.reactivex.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoService;
    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 // java.lang.String address
         0: .line 89
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* address */
            invokestatic io.vertx.ext.mongo.MongoService.createEventBusProxy:(Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/mongo/MongoService;
            invokestatic io.vertx.reactivex.ext.mongo.MongoService.newInstance:(Lio/vertx/ext/mongo/MongoService;)Lio/vertx/reactivex/ext/mongo/MongoService;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.ext.mongo.MongoService ret
         1: .line 90
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.ext.mongo.MongoService ret
        end local 1 // java.lang.String address
        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  address  Ljava/lang/String;
            1    2     2      ret  Lio/vertx/reactivex/ext/mongo/MongoService;
    MethodParameters:
         Name  Flags
      vertx    
      address  

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 94
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* document */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.save:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 95
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 99
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 105
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* document */
            aload 3 /* writeOption */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.saveWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 106
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 110
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 116
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* document */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.insert:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 117
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 121
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 127
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* document */
            aload 3 /* writeOption */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.insertWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 128
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 132
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 139
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.update:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 140
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 145
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      collection  
      query       
      update      

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 151
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.updateCollection:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 152
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 156
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 163
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* options */
            aload 5 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.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/MongoService;
            pop
         1: .line 164
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 169
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      collection  
      query       
      update      
      options     

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 175
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* options */
            aload 5 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.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/MongoService;
            pop
         1: .line 176
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 180
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 187
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.replace:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 188
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 193
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      collection  
      query       
      replace     

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 199
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.replaceDocuments:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 200
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 204
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 211
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            aload 4 /* options */
            aload 5 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.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/MongoService;
            pop
         1: .line 212
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 217
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      collection  
      query       
      replace     
      options     

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 223
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            aload 4 /* options */
            aload 5 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.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/MongoService;
            pop
         1: .line 224
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 228
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 234
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* operations */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.bulkWrite:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 235
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 239
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 245
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* operations */
            aload 3 /* bulkWriteOptions */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.bulkWriteWithOptions:(Ljava/lang/String;Ljava/util/List;Lio/vertx/ext/mongo/BulkWriteOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 246
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 250
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 256
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.find:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 257
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 261
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 267
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* options */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.findWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 268
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 272
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 278
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* fields */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.findOne:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 279
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 283
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 289
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.findOneAndUpdate:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 290
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 294
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 300
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* findOptions */
            aload 5 /* updateOptions */
            aload 6 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.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/MongoService;
            pop
         1: .line 301
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 305
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 311
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* replace */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.findOneAndReplace:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 312
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 316
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 322
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* update */
            aload 4 /* findOptions */
            aload 5 /* updateOptions */
            aload 6 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.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/MongoService;
            pop
         1: .line 323
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    MethodParameters:
               Name  Flags
      collection     
      query          
      update         
      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.MongoService this
         0: .line 327
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 333
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.findOneAndDelete:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 334
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 338
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 344
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* findOptions */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.findOneAndDeleteWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 345
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 349
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 355
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.count:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 356
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 360
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 367
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.remove:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 368
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 373
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      collection  
      query       

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 379
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.removeDocuments:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 380
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 384
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 391
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* writeOption */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.removeWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 392
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 397
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      collection   
      query        
      writeOption  

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 403
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* writeOption */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.removeDocumentsWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 404
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 408
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 415
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.removeOne:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 416
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 421
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      collection  
      query       

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 427
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.removeDocument:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 428
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 432
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 439
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* writeOption */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.removeOneWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 440
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 445
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      collection   
      query        
      writeOption  

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 451
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* query */
            aload 3 /* writeOption */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.removeDocumentWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 452
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 456
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService this
        start local 1 // java.lang.String collectionName
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 462
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collectionName */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.createCollection:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 463
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 467
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    MethodParameters:
                Name  Flags
      collectionName  

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 473
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.getCollections:(Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 474
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 478
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Ljava/lang/String;>;>;

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 484
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.dropCollection:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 485
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 489
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    MethodParameters:
            Name  Flags
      collection  

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 495
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* key */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.createIndex:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 496
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 500
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    MethodParameters:
            Name  Flags
      collection  
      key         

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 506
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* key */
            aload 3 /* options */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.createIndexWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/IndexOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 507
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 511
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    MethodParameters:
            Name  Flags
      collection  
      key         
      options     

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService this
        start local 1 // java.lang.String collection
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 517
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.listIndexes:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 518
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 522
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/core/json/JsonArray;>;
    MethodParameters:
            Name  Flags
      collection  

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 528
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* indexName */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.dropIndex:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 529
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 533
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    MethodParameters:
            Name  Flags
      collection  
      indexName   

  public io.vertx.reactivex.ext.mongo.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 539
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* commandName */
            aload 2 /* command */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.runCommand:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 540
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 544
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 550
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* fieldName */
            aload 3 /* resultClassname */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.distinct:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 551
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 555
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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.MongoService 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/MongoService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService 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 561
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            aload 1 /* collection */
            aload 2 /* fieldName */
            aload 3 /* resultClassname */
            aload 4 /* query */
            aload 5 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoService.distinctWithQuery:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoService;
            pop
         1: .line 562
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/reactivex/ext/mongo/MongoService;
            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/MongoService;
    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.MongoService this
         0: .line 566
            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.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;
    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 void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoService this
         0: .line 572
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoService.delegate:Lio/vertx/ext/mongo/MongoService;
            invokeinterface io.vertx.ext.mongo.MongoService.close:()V
         1: .line 573
            return
        end local 0 // io.vertx.reactivex.ext.mongo.MongoService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/mongo/MongoService;

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

  public io.vertx.reactivex.ext.mongo.MongoClient listIndexes(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.listIndexes:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.findOne:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient dropIndex(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.dropIndex:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5
            aload 6
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.findOneAndReplaceWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.replaceDocumentsWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.findOneAndUpdate:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.replace:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.removeOneWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient dropCollection(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.dropCollection:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient createIndex(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.createIndex:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient bulkWrite(java.lang.String, java.util.List, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.bulkWrite:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient removeOne(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.removeOne:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5
            aload 6
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.findOneAndUpdateWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.findOneAndReplace:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient createCollection(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.createCollection:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient distinct(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.distinct:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.saveWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.replaceDocuments:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient runCommand(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.runCommand:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient removeDocument(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.removeDocument:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.insertWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.update:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient findOneAndDelete(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.findOneAndDelete:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient insert(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.insert:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.createIndexWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/IndexOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient getCollections(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.getCollections:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.mongo.MongoClient getDelegate();
    descriptor: ()Lio/vertx/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.getDelegate:()Lio/vertx/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.findOneAndDeleteWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient remove(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.remove:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.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/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient count(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.count:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient removeDocuments(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.removeDocuments:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.updateCollection:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.removeWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.findWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/FindOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.removeDocumentsWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient save(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.save:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.distinctWithQuery:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient bulkWriteWithOptions(java.lang.String, java.util.List, io.vertx.ext.mongo.BulkWriteOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/ext/mongo/BulkWriteOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.bulkWriteWithOptions:(Ljava/lang/String;Ljava/util/List;Lio/vertx/ext/mongo/BulkWriteOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.mongo.MongoClient find(java.lang.String, io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.find:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.removeDocumentWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/WriteOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.updateCollectionWithOptions:(Ljava/lang/String;Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;Lio/vertx/ext/mongo/UpdateOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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);
    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: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5
            invokevirtual io.vertx.reactivex.ext.mongo.MongoService.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/reactivex/ext/mongo/MongoService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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 67
            new io.vertx.reactivex.ext.mongo.MongoService
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.mongo.MongoService
            invokespecial io.vertx.reactivex.ext.mongo.MongoService.<init>:(Lio/vertx/ext/mongo/MongoService;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "MongoService.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/MongoService;)