public class io.vertx.reactivex.ext.mongo.MongoGridFsClient
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.mongo.MongoGridFsClient
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.mongo.MongoGridFsClient> __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/MongoGridFsClient;>;

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 63
            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/MongoGridFsClient.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 64
            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/MongoGridFsClient.getDelegate()Lio/vertx/ext/mongo/MongoGridFsClient; (5)
                  (Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;)Ljava/lang/Object;
         2: .line 63
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.mongo.MongoGridFsClient.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 65
            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.MongoGridFsClient this
         0: .line 47
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoGridFsClient.delegate:Lio/vertx/ext/mongo/MongoGridFsClient;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;

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

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

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

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

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

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient delete(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // java.lang.String id
         0: .line 99
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.delete:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 98
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.reactivex.Completable rxDelete(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // java.lang.String id
         0: .line 108
            aload 0 /* this */
            aload 1 /* id */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$3(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient downloadByFileName(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 114
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoGridFsClient.delegate:Lio/vertx/ext/mongo/MongoGridFsClient;
            aload 1 /* stream */
            invokeinterface io.vertx.reactivex.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            aload 2 /* fileName */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoGridFsClient.downloadByFileName:(Lio/vertx/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
            pop
         1: .line 115
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1         stream  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2       fileName  Ljava/lang/String;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      stream         
      fileName       
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient downloadByFileName(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        start local 2 // java.lang.String fileName
         0: .line 120
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.downloadByFileName:(Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 119
            areturn
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1    stream  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2  fileName  Ljava/lang/String;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
          Name  Flags
      stream    
      fileName  

  public io.reactivex.Single<java.lang.Long> rxDownloadByFileName(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        start local 2 // java.lang.String fileName
         0: .line 124
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$5(Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1    stream  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    1     2  fileName  Ljava/lang/String;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/Long;>;
    MethodParameters:
          Name  Flags
      stream    
      fileName  

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient downloadByFileNameWithOptions(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String, io.vertx.ext.mongo.GridFsDownloadOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.ext.mongo.GridFsDownloadOptions options
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 130
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoGridFsClient.delegate:Lio/vertx/ext/mongo/MongoGridFsClient;
            aload 1 /* stream */
            invokeinterface io.vertx.reactivex.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            aload 2 /* fileName */
            aload 3 /* options */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoGridFsClient.downloadByFileNameWithOptions:(Lio/vertx/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
            pop
         1: .line 131
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.mongo.GridFsDownloadOptions options
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1         stream  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2       fileName  Ljava/lang/String;
            0    2     3        options  Lio/vertx/ext/mongo/GridFsDownloadOptions;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      stream         
      fileName       
      options        
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient downloadByFileNameWithOptions(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String, io.vertx.ext.mongo.GridFsDownloadOptions);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.ext.mongo.GridFsDownloadOptions options
         0: .line 136
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            aload 3 /* options */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.downloadByFileNameWithOptions:(Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 135
            areturn
        end local 3 // io.vertx.ext.mongo.GridFsDownloadOptions options
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1    stream  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2  fileName  Ljava/lang/String;
            0    2     3   options  Lio/vertx/ext/mongo/GridFsDownloadOptions;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
          Name  Flags
      stream    
      fileName  
      options   

  public io.reactivex.Single<java.lang.Long> rxDownloadByFileNameWithOptions(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String, io.vertx.ext.mongo.GridFsDownloadOptions);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.ext.mongo.GridFsDownloadOptions options
         0: .line 140
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            aload 3 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$7(Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 3 // io.vertx.ext.mongo.GridFsDownloadOptions options
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1    stream  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    1     2  fileName  Ljava/lang/String;
            0    1     3   options  Lio/vertx/ext/mongo/GridFsDownloadOptions;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsDownloadOptions;)Lio/reactivex/Single<Ljava/lang/Long;>;
    MethodParameters:
          Name  Flags
      stream    
      fileName  
      options   

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient downloadById(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        start local 2 // java.lang.String id
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 146
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoGridFsClient.delegate:Lio/vertx/ext/mongo/MongoGridFsClient;
            aload 1 /* stream */
            invokeinterface io.vertx.reactivex.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            aload 2 /* id */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoGridFsClient.downloadById:(Lio/vertx/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
            pop
         1: .line 147
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String id
        end local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1         stream  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2             id  Ljava/lang/String;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      stream         
      id             
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient downloadById(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        start local 2 // java.lang.String id
         0: .line 152
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* id */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.downloadById:(Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 151
            areturn
        end local 2 // java.lang.String id
        end local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1  stream  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2      id  Ljava/lang/String;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
        Name  Flags
      stream  
      id      

  public io.reactivex.Single<java.lang.Long> rxDownloadById(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        start local 2 // java.lang.String id
         0: .line 156
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* id */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$9(Lio/vertx/reactivex/core/streams/WriteStream;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // java.lang.String id
        end local 1 // io.vertx.reactivex.core.streams.WriteStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1  stream  Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    1     2      id  Ljava/lang/String;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/Long;>;
    MethodParameters:
        Name  Flags
      stream  
      id      

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

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient downloadFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // java.lang.String fileName
         0: .line 179
            aload 0 /* this */
            aload 1 /* fileName */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.downloadFile:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 178
            areturn
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1  fileName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      fileName  

  public io.reactivex.Single<java.lang.Long> rxDownloadFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // java.lang.String fileName
         0: .line 188
            aload 0 /* this */
            aload 1 /* fileName */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$11(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1  fileName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/Long;>;
    MethodParameters:
          Name  Flags
      fileName  

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

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient downloadFileAs(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // java.lang.String fileName
        start local 2 // java.lang.String newFileName
         0: .line 213
            aload 0 /* this */
            aload 1 /* fileName */
            aload 2 /* newFileName */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.downloadFileAs:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 212
            areturn
        end local 2 // java.lang.String newFileName
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1     fileName  Ljava/lang/String;
            0    2     2  newFileName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      fileName     
      newFileName  

  public io.reactivex.Single<java.lang.Long> rxDownloadFileAs(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // java.lang.String fileName
        start local 2 // java.lang.String newFileName
         0: .line 223
            aload 0 /* this */
            aload 1 /* fileName */
            aload 2 /* newFileName */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$13(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // java.lang.String newFileName
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1     fileName  Ljava/lang/String;
            0    1     2  newFileName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/Long;>;
    MethodParameters:
             Name  Flags
      fileName     
      newFileName  

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

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient downloadFileByID(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // java.lang.String id
        start local 2 // java.lang.String fileName
         0: .line 248
            aload 0 /* this */
            aload 1 /* id */
            aload 2 /* fileName */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$14(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.downloadFileByID:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 247
            areturn
        end local 2 // java.lang.String fileName
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1        id  Ljava/lang/String;
            0    2     2  fileName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      id        
      fileName  

  public io.reactivex.Single<java.lang.Long> rxDownloadFileByID(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // java.lang.String id
        start local 2 // java.lang.String fileName
         0: .line 258
            aload 0 /* this */
            aload 1 /* id */
            aload 2 /* fileName */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$15(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // java.lang.String fileName
        end local 1 // java.lang.String id
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1        id  Ljava/lang/String;
            0    1     2  fileName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/Long;>;
    MethodParameters:
          Name  Flags
      id        
      fileName  

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

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient drop();
    descriptor: ()Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
         0: .line 279
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$16(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.drop:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 278
            areturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;

  public io.reactivex.Completable rxDrop();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
         0: .line 287
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$17(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient findAllIds(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 298
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoGridFsClient.delegate:Lio/vertx/ext/mongo/MongoGridFsClient;
            aload 1 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoGridFsClient.findAllIds:(Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
            pop
         1: .line 299
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            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/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient findAllIds();
    descriptor: ()Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
         0: .line 308
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$18(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.findAllIds:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 307
            areturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;

  public io.reactivex.Single<java.util.List<java.lang.String>> rxFindAllIds();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
         0: .line 316
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$19(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    Signature: ()Lio/reactivex/Single<Ljava/util/List<Ljava/lang/String;>;>;

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

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient findIds(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.core.json.JsonObject query
         0: .line 339
            aload 0 /* this */
            aload 1 /* query */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$20(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.findIds:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 338
            areturn
        end local 1 // io.vertx.core.json.JsonObject query
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1  query  Lio/vertx/core/json/JsonObject;
    MethodParameters:
       Name  Flags
      query  

  public io.reactivex.Single<java.util.List<java.lang.String>> rxFindIds(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.core.json.JsonObject query
         0: .line 348
            aload 0 /* this */
            aload 1 /* query */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$21(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.core.json.JsonObject query
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1  query  Lio/vertx/core/json/JsonObject;
    Signature: (Lio/vertx/core/json/JsonObject;)Lio/reactivex/Single<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
       Name  Flags
      query  

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient uploadByFileName(io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/reactivex/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.ReadStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 354
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoGridFsClient.delegate:Lio/vertx/ext/mongo/MongoGridFsClient;
            aload 1 /* stream */
            invokeinterface io.vertx.reactivex.core.streams.ReadStream.getDelegate:()Lio/vertx/core/streams/ReadStream;
            aload 2 /* fileName */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoGridFsClient.uploadByFileName:(Lio/vertx/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
            pop
         1: .line 355
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.reactivex.core.streams.ReadStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1         stream  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2       fileName  Ljava/lang/String;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      stream         
      fileName       
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient uploadByFileName(io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String);
    descriptor: (Lio/vertx/reactivex/core/streams/ReadStream;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.ReadStream stream
        start local 2 // java.lang.String fileName
         0: .line 360
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$22(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.uploadByFileName:(Lio/vertx/reactivex/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 359
            areturn
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.reactivex.core.streams.ReadStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1    stream  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2  fileName  Ljava/lang/String;
    Signature: (Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
          Name  Flags
      stream    
      fileName  

  public io.reactivex.Single<java.lang.String> rxUploadByFileName(io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String);
    descriptor: (Lio/vertx/reactivex/core/streams/ReadStream;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.ReadStream stream
        start local 2 // java.lang.String fileName
         0: .line 364
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Lio/vertx/reactivex/core/streams/ReadStream;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$23(Lio/vertx/reactivex/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.reactivex.core.streams.ReadStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1    stream  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    1     2  fileName  Ljava/lang/String;
    Signature: (Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      stream    
      fileName  

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient uploadByFileName(io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/reactivex/Flowable;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.reactivex.Flowable stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 370
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoGridFsClient.delegate:Lio/vertx/ext/mongo/MongoGridFsClient;
            aload 1 /* stream */
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$24(Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer; (6)
                  (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.impl.ReadStreamSubscriber.asReadStream:(Lio/reactivex/Flowable;Ljava/util/function/Function;)Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            aload 2 /* fileName */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoGridFsClient.uploadByFileName:(Lio/vertx/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
            pop
         1: .line 371
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // java.lang.String fileName
        end local 1 // io.reactivex.Flowable stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1         stream  Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2       fileName  Ljava/lang/String;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      stream         
      fileName       
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient uploadByFileName(io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String);
    descriptor: (Lio/reactivex/Flowable;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.reactivex.Flowable stream
        start local 2 // java.lang.String fileName
         0: .line 376
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$25(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.uploadByFileName:(Lio/reactivex/Flowable;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 375
            areturn
        end local 2 // java.lang.String fileName
        end local 1 // io.reactivex.Flowable stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1    stream  Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2  fileName  Ljava/lang/String;
    Signature: (Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
          Name  Flags
      stream    
      fileName  

  public io.reactivex.Single<java.lang.String> rxUploadByFileName(io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String);
    descriptor: (Lio/reactivex/Flowable;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.reactivex.Flowable stream
        start local 2 // java.lang.String fileName
         0: .line 380
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Lio/reactivex/Flowable;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$26(Lio/reactivex/Flowable;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // java.lang.String fileName
        end local 1 // io.reactivex.Flowable stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1    stream  Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    1     2  fileName  Ljava/lang/String;
    Signature: (Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      stream    
      fileName  

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient uploadByFileNameWithOptions(io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String, io.vertx.ext.mongo.GridFsUploadOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/reactivex/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.ReadStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 386
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoGridFsClient.delegate:Lio/vertx/ext/mongo/MongoGridFsClient;
            aload 1 /* stream */
            invokeinterface io.vertx.reactivex.core.streams.ReadStream.getDelegate:()Lio/vertx/core/streams/ReadStream;
            aload 2 /* fileName */
            aload 3 /* options */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoGridFsClient.uploadByFileNameWithOptions:(Lio/vertx/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
            pop
         1: .line 387
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.reactivex.core.streams.ReadStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1         stream  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2       fileName  Ljava/lang/String;
            0    2     3        options  Lio/vertx/ext/mongo/GridFsUploadOptions;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      stream         
      fileName       
      options        
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient uploadByFileNameWithOptions(io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String, io.vertx.ext.mongo.GridFsUploadOptions);
    descriptor: (Lio/vertx/reactivex/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.ReadStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
         0: .line 392
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            aload 3 /* options */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$27(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.uploadByFileNameWithOptions:(Lio/vertx/reactivex/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 391
            areturn
        end local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.reactivex.core.streams.ReadStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1    stream  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2  fileName  Ljava/lang/String;
            0    2     3   options  Lio/vertx/ext/mongo/GridFsUploadOptions;
    Signature: (Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
          Name  Flags
      stream    
      fileName  
      options   

  public io.reactivex.Single<java.lang.String> rxUploadByFileNameWithOptions(io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String, io.vertx.ext.mongo.GridFsUploadOptions);
    descriptor: (Lio/vertx/reactivex/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.vertx.reactivex.core.streams.ReadStream stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
         0: .line 396
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            aload 3 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Lio/vertx/reactivex/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$28(Lio/vertx/reactivex/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
        end local 2 // java.lang.String fileName
        end local 1 // io.vertx.reactivex.core.streams.ReadStream stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1    stream  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    1     2  fileName  Ljava/lang/String;
            0    1     3   options  Lio/vertx/ext/mongo/GridFsUploadOptions;
    Signature: (Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      stream    
      fileName  
      options   

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient uploadByFileNameWithOptions(io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String, io.vertx.ext.mongo.GridFsUploadOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/reactivex/Flowable;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.reactivex.Flowable stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 402
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoGridFsClient.delegate:Lio/vertx/ext/mongo/MongoGridFsClient;
            aload 1 /* stream */
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$29(Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer; (6)
                  (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.impl.ReadStreamSubscriber.asReadStream:(Lio/reactivex/Flowable;Ljava/util/function/Function;)Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            aload 2 /* fileName */
            aload 3 /* options */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.mongo.MongoGridFsClient.uploadByFileNameWithOptions:(Lio/vertx/core/streams/ReadStream;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)Lio/vertx/ext/mongo/MongoGridFsClient;
            pop
         1: .line 403
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
        end local 2 // java.lang.String fileName
        end local 1 // io.reactivex.Flowable stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1         stream  Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2       fileName  Ljava/lang/String;
            0    2     3        options  Lio/vertx/ext/mongo/GridFsUploadOptions;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
               Name  Flags
      stream         
      fileName       
      options        
      resultHandler  

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient uploadByFileNameWithOptions(io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String, io.vertx.ext.mongo.GridFsUploadOptions);
    descriptor: (Lio/reactivex/Flowable;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.reactivex.Flowable stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
         0: .line 408
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            aload 3 /* options */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$30(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.uploadByFileNameWithOptions:(Lio/reactivex/Flowable;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 407
            areturn
        end local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
        end local 2 // java.lang.String fileName
        end local 1 // io.reactivex.Flowable stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1    stream  Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2  fileName  Ljava/lang/String;
            0    2     3   options  Lio/vertx/ext/mongo/GridFsUploadOptions;
    Signature: (Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    MethodParameters:
          Name  Flags
      stream    
      fileName  
      options   

  public io.reactivex.Single<java.lang.String> rxUploadByFileNameWithOptions(io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer>, java.lang.String, io.vertx.ext.mongo.GridFsUploadOptions);
    descriptor: (Lio/reactivex/Flowable;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // io.reactivex.Flowable stream
        start local 2 // java.lang.String fileName
        start local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
         0: .line 412
            aload 0 /* this */
            aload 1 /* stream */
            aload 2 /* fileName */
            aload 3 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Lio/reactivex/Flowable;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$31(Lio/reactivex/Flowable;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 3 // io.vertx.ext.mongo.GridFsUploadOptions options
        end local 2 // java.lang.String fileName
        end local 1 // io.reactivex.Flowable stream
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1    stream  Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    1     2  fileName  Ljava/lang/String;
            0    1     3   options  Lio/vertx/ext/mongo/GridFsUploadOptions;
    Signature: (Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      stream    
      fileName  
      options   

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

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient uploadFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // java.lang.String fileName
         0: .line 435
            aload 0 /* this */
            aload 1 /* fileName */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$32(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.uploadFile:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 434
            areturn
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1  fileName  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      fileName  

  public io.reactivex.Single<java.lang.String> rxUploadFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // java.lang.String fileName
         0: .line 444
            aload 0 /* this */
            aload 1 /* fileName */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$33(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1  fileName  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      fileName  

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

  public io.vertx.reactivex.ext.mongo.MongoGridFsClient uploadFileWithOptions(java.lang.String, io.vertx.ext.mongo.GridFsUploadOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // java.lang.String fileName
        start local 2 // io.vertx.ext.mongo.GridFsUploadOptions options
         0: .line 469
            aload 0 /* this */
            aload 1 /* fileName */
            aload 2 /* options */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$34(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.uploadFileWithOptions:(Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
         1: .line 468
            areturn
        end local 2 // io.vertx.ext.mongo.GridFsUploadOptions options
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     1  fileName  Ljava/lang/String;
            0    2     2   options  Lio/vertx/ext/mongo/GridFsUploadOptions;
    MethodParameters:
          Name  Flags
      fileName  
      options   

  public io.reactivex.Single<java.lang.String> rxUploadFileWithOptions(java.lang.String, io.vertx.ext.mongo.GridFsUploadOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 1 // java.lang.String fileName
        start local 2 // io.vertx.ext.mongo.GridFsUploadOptions options
         0: .line 479
            aload 0 /* this */
            aload 1 /* fileName */
            aload 2 /* options */
            invokedynamic accept(Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/ext/mongo/MongoGridFsClient.lambda$35(Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // io.vertx.ext.mongo.GridFsUploadOptions options
        end local 1 // java.lang.String fileName
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    1     1  fileName  Ljava/lang/String;
            0    1     2   options  Lio/vertx/ext/mongo/GridFsUploadOptions;
    Signature: (Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      fileName  
      options   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
         0: .line 488
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.mongo.MongoGridFsClient.delegate:Lio/vertx/ext/mongo/MongoGridFsClient;
            invokeinterface io.vertx.ext.mongo.MongoGridFsClient.close:()V
         1: .line 489
            return
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  private static io.vertx.core.buffer.Buffer lambda$24(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer obj
         0: .line 370
            aload 0 /* obj */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.reactivex.core.buffer.Buffer obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Lio/vertx/reactivex/core/buffer/Buffer;

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

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

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

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

  private static io.vertx.core.buffer.Buffer lambda$29(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer obj
         0: .line 402
            aload 0 /* obj */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.reactivex.core.buffer.Buffer obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Lio/vertx/reactivex/core/buffer/Buffer;

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

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

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

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

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

  private void lambda$35(java.lang.String, io.vertx.ext.mongo.GridFsUploadOptions, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 480
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.ext.mongo.MongoGridFsClient.uploadFileWithOptions:(Ljava/lang/String;Lio/vertx/ext/mongo/GridFsUploadOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            pop
         1: .line 481
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.ext.mongo.MongoGridFsClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/ext/mongo/MongoGridFsClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
}
SourceFile: "MongoGridFsClient.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/MongoGridFsClient;)