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

  private final io.vertx.core.file.FileSystem delegate;
    descriptor: Lio/vertx/core/file/FileSystem;
    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 67
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/file/FileSystem.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 68
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/file/FileSystem.getDelegate()Lio/vertx/core/file/FileSystem; (5)
                  (Lio/vertx/rxjava/core/file/FileSystem;)Ljava/lang/Object;
         2: .line 67
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.file.FileSystem.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 69
            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.rxjava.core.file.FileSystem this
         0: .line 51
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;

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

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

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

  public io.vertx.rxjava.core.file.FileSystem copy(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String from
        start local 2 // java.lang.String to
        start local 3 // io.vertx.core.Handler handler
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* from */
            aload 2 /* to */
            aload 3 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.copy:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 92
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String to
        end local 1 // java.lang.String from
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     from  Ljava/lang/String;
            0    2     2       to  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      from     
      to       
      handler  

  public rx.Observable<java.lang.Void> copyObservable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 106
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      from  
      to    

  public rx.Single<java.lang.Void> rxCopy(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      from  
      to    

  public io.vertx.rxjava.core.file.FileSystem copy(java.lang.String, java.lang.String, io.vertx.core.file.CopyOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String from
        start local 2 // java.lang.String to
        start local 3 // io.vertx.core.file.CopyOptions options
        start local 4 // io.vertx.core.Handler handler
         0: .line 134
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* from */
            aload 2 /* to */
            aload 3 /* options */
            aload 4 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.copy:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 135
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.core.file.CopyOptions options
        end local 2 // java.lang.String to
        end local 1 // java.lang.String from
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     from  Ljava/lang/String;
            0    2     2       to  Ljava/lang/String;
            0    2     3  options  Lio/vertx/core/file/CopyOptions;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      from     
      to       
      options  
      handler  

  public rx.Observable<java.lang.Void> copyObservable(java.lang.String, java.lang.String, io.vertx.core.file.CopyOptions);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 148
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      from     
      to       
      options  

  public rx.Single<java.lang.Void> rxCopy(java.lang.String, java.lang.String, io.vertx.core.file.CopyOptions);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 161
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
         Name  Flags
      from     
      to       
      options  

  public io.vertx.rxjava.core.file.FileSystem copyBlocking(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String from
        start local 2 // java.lang.String to
         0: .line 173
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* from */
            aload 2 /* to */
            invokeinterface io.vertx.core.file.FileSystem.copyBlocking:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 174
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String to
        end local 1 // java.lang.String from
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  from  Ljava/lang/String;
            0    2     2    to  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      from  
      to    

  public io.vertx.rxjava.core.file.FileSystem copyRecursive(java.lang.String, java.lang.String, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String from
        start local 2 // java.lang.String to
        start local 3 // boolean recursive
        start local 4 // io.vertx.core.Handler handler
         0: .line 191
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* from */
            aload 2 /* to */
            iload 3 /* recursive */
            aload 4 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.copyRecursive:(Ljava/lang/String;Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 192
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // boolean recursive
        end local 2 // java.lang.String to
        end local 1 // java.lang.String from
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1       from  Ljava/lang/String;
            0    2     2         to  Ljava/lang/String;
            0    2     3  recursive  Z
            0    2     4    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
           Name  Flags
      from       
      to         
      recursive  
      handler    

  public rx.Observable<java.lang.Void> copyRecursiveObservable(java.lang.String, java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Z)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 210
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Z)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      from       
      to         
      recursive  

  public rx.Single<java.lang.Void> rxCopyRecursive(java.lang.String, java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Z)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 228
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Z)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
           Name  Flags
      from       
      to         
      recursive  

  public io.vertx.rxjava.core.file.FileSystem copyRecursiveBlocking(java.lang.String, java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Z)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String from
        start local 2 // java.lang.String to
        start local 3 // boolean recursive
         0: .line 241
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* from */
            aload 2 /* to */
            iload 3 /* recursive */
            invokeinterface io.vertx.core.file.FileSystem.copyRecursiveBlocking:(Ljava/lang/String;Ljava/lang/String;Z)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 242
            aload 0 /* this */
            areturn
        end local 3 // boolean recursive
        end local 2 // java.lang.String to
        end local 1 // java.lang.String from
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1       from  Ljava/lang/String;
            0    2     2         to  Ljava/lang/String;
            0    2     3  recursive  Z
    MethodParameters:
           Name  Flags
      from       
      to         
      recursive  

  public io.vertx.rxjava.core.file.FileSystem move(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String from
        start local 2 // java.lang.String to
        start local 3 // io.vertx.core.Handler handler
         0: .line 255
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* from */
            aload 2 /* to */
            aload 3 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.move:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 256
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String to
        end local 1 // java.lang.String from
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     from  Ljava/lang/String;
            0    2     2       to  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      from     
      to       
      handler  

  public rx.Observable<java.lang.Void> moveObservable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 270
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      from  
      to    

  public rx.Single<java.lang.Void> rxMove(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 284
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      from  
      to    

  public io.vertx.rxjava.core.file.FileSystem move(java.lang.String, java.lang.String, io.vertx.core.file.CopyOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String from
        start local 2 // java.lang.String to
        start local 3 // io.vertx.core.file.CopyOptions options
        start local 4 // io.vertx.core.Handler handler
         0: .line 298
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* from */
            aload 2 /* to */
            aload 3 /* options */
            aload 4 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.move:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 299
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.core.file.CopyOptions options
        end local 2 // java.lang.String to
        end local 1 // java.lang.String from
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     from  Ljava/lang/String;
            0    2     2       to  Ljava/lang/String;
            0    2     3  options  Lio/vertx/core/file/CopyOptions;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      from     
      to       
      options  
      handler  

  public rx.Observable<java.lang.Void> moveObservable(java.lang.String, java.lang.String, io.vertx.core.file.CopyOptions);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 312
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      from     
      to       
      options  

  public rx.Single<java.lang.Void> rxMove(java.lang.String, java.lang.String, io.vertx.core.file.CopyOptions);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 325
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/file/CopyOptions;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
         Name  Flags
      from     
      to       
      options  

  public io.vertx.rxjava.core.file.FileSystem moveBlocking(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String from
        start local 2 // java.lang.String to
         0: .line 337
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* from */
            aload 2 /* to */
            invokeinterface io.vertx.core.file.FileSystem.moveBlocking:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 338
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String to
        end local 1 // java.lang.String from
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  from  Ljava/lang/String;
            0    2     2    to  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      from  
      to    

  public io.vertx.rxjava.core.file.FileSystem truncate(java.lang.String, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // long len
        start local 4 // io.vertx.core.Handler handler
         0: .line 351
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            lload 2 /* len */
            aload 4 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.truncate:(Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 352
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 2 // long len
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2      len  J
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      len      
      handler  

  public rx.Observable<java.lang.Void> truncateObservable(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 366
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;J)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      path  
      len   

  public rx.Single<java.lang.Void> rxTruncate(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 380
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;J)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      path  
      len   

  public io.vertx.rxjava.core.file.FileSystem truncateBlocking(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // long len
         0: .line 392
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            lload 2 /* len */
            invokeinterface io.vertx.core.file.FileSystem.truncateBlocking:(Ljava/lang/String;J)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 393
            aload 0 /* this */
            areturn
        end local 2 // long len
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  path  Ljava/lang/String;
            0    2     2   len  J
    MethodParameters:
      Name  Flags
      path  
      len   

  public io.vertx.rxjava.core.file.FileSystem chmod(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String perms
        start local 3 // io.vertx.core.Handler handler
         0: .line 407
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* perms */
            aload 3 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.chmod:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 408
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String perms
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2    perms  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      perms    
      handler  

  public rx.Observable<java.lang.Void> chmodObservable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 423
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      path   
      perms  

  public rx.Single<java.lang.Void> rxChmod(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 438
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      path   
      perms  

  public io.vertx.rxjava.core.file.FileSystem chmodBlocking(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String perms
         0: .line 450
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* perms */
            invokeinterface io.vertx.core.file.FileSystem.chmodBlocking:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 451
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String perms
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1   path  Ljava/lang/String;
            0    2     2  perms  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      path   
      perms  

  public io.vertx.rxjava.core.file.FileSystem chmodRecursive(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String perms
        start local 3 // java.lang.String dirPerms
        start local 4 // io.vertx.core.Handler handler
         0: .line 468
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* perms */
            aload 3 /* dirPerms */
            aload 4 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.chmodRecursive:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 469
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String dirPerms
        end local 2 // java.lang.String perms
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1      path  Ljava/lang/String;
            0    2     2     perms  Ljava/lang/String;
            0    2     3  dirPerms  Ljava/lang/String;
            0    2     4   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
          Name  Flags
      path      
      perms     
      dirPerms  
      handler   

  public rx.Observable<java.lang.Void> chmodRecursiveObservable(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 487
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      path      
      perms     
      dirPerms  

  public rx.Single<java.lang.Void> rxChmodRecursive(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 505
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      path      
      perms     
      dirPerms  

  public io.vertx.rxjava.core.file.FileSystem chmodRecursiveBlocking(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String perms
        start local 3 // java.lang.String dirPerms
         0: .line 518
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* perms */
            aload 3 /* dirPerms */
            invokeinterface io.vertx.core.file.FileSystem.chmodRecursiveBlocking:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 519
            aload 0 /* this */
            areturn
        end local 3 // java.lang.String dirPerms
        end local 2 // java.lang.String perms
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1      path  Ljava/lang/String;
            0    2     2     perms  Ljava/lang/String;
            0    2     3  dirPerms  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      path      
      perms     
      dirPerms  

  public io.vertx.rxjava.core.file.FileSystem chown(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String user
        start local 3 // java.lang.String group
        start local 4 // io.vertx.core.Handler handler
         0: .line 531
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* user */
            aload 3 /* group */
            aload 4 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.chown:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 532
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String group
        end local 2 // java.lang.String user
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2     user  Ljava/lang/String;
            0    2     3    group  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      user     
      group    
      handler  

  public rx.Observable<java.lang.Void> chownObservable(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 545
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      path   
      user   
      group  

  public rx.Single<java.lang.Void> rxChown(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 558
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      path   
      user   
      group  

  public io.vertx.rxjava.core.file.FileSystem chownBlocking(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String user
        start local 3 // java.lang.String group
         0: .line 572
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* user */
            aload 3 /* group */
            invokeinterface io.vertx.core.file.FileSystem.chownBlocking:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 573
            aload 0 /* this */
            areturn
        end local 3 // java.lang.String group
        end local 2 // java.lang.String user
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1   path  Ljava/lang/String;
            0    2     2   user  Ljava/lang/String;
            0    2     3  group  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      path   
      user   
      group  

  public io.vertx.rxjava.core.file.FileSystem props(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.file.FileProps>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.core.Handler handler
         0: .line 585
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            new io.vertx.rxjava.core.file.FileSystem$1
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.rxjava.core.file.FileSystem$1.<init>:(Lio/vertx/rxjava/core/file/FileSystem;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.file.FileSystem.props:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 594
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/file/FileProps;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/file/FileProps;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      handler  

  public rx.Observable<io.vertx.rxjava.core.file.FileProps> propsObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 607
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lio/vertx/rxjava/core/file/FileProps;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      path  

  public rx.Single<io.vertx.rxjava.core.file.FileProps> rxProps(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 620
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Single<Lio/vertx/rxjava/core/file/FileProps;>;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileProps propsBlocking(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileProps;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
         0: .line 631
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            invokeinterface io.vertx.core.file.FileSystem.propsBlocking:(Ljava/lang/String;)Lio/vertx/core/file/FileProps;
            invokestatic io.vertx.rxjava.core.file.FileProps.newInstance:(Lio/vertx/core/file/FileProps;)Lio/vertx/rxjava/core/file/FileProps;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.file.FileProps ret
         1: .line 632
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.file.FileProps ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/rxjava/core/file/FileProps;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem lprops(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.file.FileProps>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.core.Handler handler
         0: .line 644
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            new io.vertx.rxjava.core.file.FileSystem$2
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.rxjava.core.file.FileSystem$2.<init>:(Lio/vertx/rxjava/core/file/FileSystem;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.file.FileSystem.lprops:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 653
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/file/FileProps;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/file/FileProps;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      handler  

  public rx.Observable<io.vertx.rxjava.core.file.FileProps> lpropsObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 666
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lio/vertx/rxjava/core/file/FileProps;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      path  

  public rx.Single<io.vertx.rxjava.core.file.FileProps> rxLprops(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 679
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Single<Lio/vertx/rxjava/core/file/FileProps;>;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileProps lpropsBlocking(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileProps;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
         0: .line 690
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            invokeinterface io.vertx.core.file.FileSystem.lpropsBlocking:(Ljava/lang/String;)Lio/vertx/core/file/FileProps;
            invokestatic io.vertx.rxjava.core.file.FileProps.newInstance:(Lio/vertx/core/file/FileProps;)Lio/vertx/rxjava/core/file/FileProps;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.file.FileProps ret
         1: .line 691
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.file.FileProps ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/rxjava/core/file/FileProps;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem link(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String link
        start local 2 // java.lang.String existing
        start local 3 // io.vertx.core.Handler handler
         0: .line 702
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* link */
            aload 2 /* existing */
            aload 3 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.link:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 703
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String existing
        end local 1 // java.lang.String link
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1      link  Ljava/lang/String;
            0    2     2  existing  Ljava/lang/String;
            0    2     3   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
          Name  Flags
      link      
      existing  
      handler   

  public rx.Observable<java.lang.Void> linkObservable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 715
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      link      
      existing  

  public rx.Single<java.lang.Void> rxLink(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 727
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      link      
      existing  

  public io.vertx.rxjava.core.file.FileSystem linkBlocking(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String link
        start local 2 // java.lang.String existing
         0: .line 739
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* link */
            aload 2 /* existing */
            invokeinterface io.vertx.core.file.FileSystem.linkBlocking:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 740
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String existing
        end local 1 // java.lang.String link
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1      link  Ljava/lang/String;
            0    2     2  existing  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      link      
      existing  

  public io.vertx.rxjava.core.file.FileSystem symlink(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String link
        start local 2 // java.lang.String existing
        start local 3 // io.vertx.core.Handler handler
         0: .line 751
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* link */
            aload 2 /* existing */
            aload 3 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.symlink:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 752
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String existing
        end local 1 // java.lang.String link
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1      link  Ljava/lang/String;
            0    2     2  existing  Ljava/lang/String;
            0    2     3   handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
          Name  Flags
      link      
      existing  
      handler   

  public rx.Observable<java.lang.Void> symlinkObservable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 764
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      link      
      existing  

  public rx.Single<java.lang.Void> rxSymlink(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 776
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      link      
      existing  

  public io.vertx.rxjava.core.file.FileSystem symlinkBlocking(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String link
        start local 2 // java.lang.String existing
         0: .line 788
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* link */
            aload 2 /* existing */
            invokeinterface io.vertx.core.file.FileSystem.symlinkBlocking:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 789
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String existing
        end local 1 // java.lang.String link
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1      link  Ljava/lang/String;
            0    2     2  existing  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      link      
      existing  

  public io.vertx.rxjava.core.file.FileSystem unlink(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String link
        start local 2 // io.vertx.core.Handler handler
         0: .line 799
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* link */
            aload 2 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.unlink:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 800
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String link
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     link  Ljava/lang/String;
            0    2     2  handler  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/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      link     
      handler  

  public rx.Observable<java.lang.Void> unlinkObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 811
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      link  

  public rx.Single<java.lang.Void> rxUnlink(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 822
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      link  

  public io.vertx.rxjava.core.file.FileSystem unlinkBlocking(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String link
         0: .line 833
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* link */
            invokeinterface io.vertx.core.file.FileSystem.unlinkBlocking:(Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 834
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String link
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  link  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      link  

  public io.vertx.rxjava.core.file.FileSystem readSymlink(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String link
        start local 2 // io.vertx.core.Handler handler
         0: .line 844
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* link */
            aload 2 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.readSymlink:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 845
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String link
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     link  Ljava/lang/String;
            0    2     2  handler  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/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      link     
      handler  

  public rx.Observable<java.lang.String> readSymlinkObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 856
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      link  

  public rx.Single<java.lang.String> rxReadSymlink(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 867
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      link  

  public java.lang.String readSymlinkBlocking(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String link
         0: .line 878
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* link */
            invokeinterface io.vertx.core.file.FileSystem.readSymlinkBlocking:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 879
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.String link
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  link  Ljava/lang/String;
            1    2     2   ret  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      link  

  public io.vertx.rxjava.core.file.FileSystem 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/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.core.Handler handler
         0: .line 889
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.delete:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 890
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2  handler  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/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      handler  

  public rx.Observable<java.lang.Void> deleteObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 901
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      path  

  public rx.Single<java.lang.Void> rxDelete(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 912
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem deleteBlocking(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
         0: .line 923
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            invokeinterface io.vertx.core.file.FileSystem.deleteBlocking:(Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 924
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem deleteRecursive(java.lang.String, boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // boolean recursive
        start local 3 // io.vertx.core.Handler handler
         0: .line 938
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            iload 2 /* recursive */
            aload 3 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.deleteRecursive:(Ljava/lang/String;ZLio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 939
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // boolean recursive
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1       path  Ljava/lang/String;
            0    2     2  recursive  Z
            0    2     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
           Name  Flags
      path       
      recursive  
      handler    

  public rx.Observable<java.lang.Void> deleteRecursiveObservable(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 954
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Z)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      path       
      recursive  

  public rx.Single<java.lang.Void> rxDeleteRecursive(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 969
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Z)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
           Name  Flags
      path       
      recursive  

  public io.vertx.rxjava.core.file.FileSystem deleteRecursiveBlocking(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // boolean recursive
         0: .line 981
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            iload 2 /* recursive */
            invokeinterface io.vertx.core.file.FileSystem.deleteRecursiveBlocking:(Ljava/lang/String;Z)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 982
            aload 0 /* this */
            areturn
        end local 2 // boolean recursive
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1       path  Ljava/lang/String;
            0    2     2  recursive  Z
    MethodParameters:
           Name  Flags
      path       
      recursive  

  public io.vertx.rxjava.core.file.FileSystem mkdir(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.core.Handler handler
         0: .line 994
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.mkdir:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 995
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2  handler  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/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      handler  

  public rx.Observable<java.lang.Void> mkdirObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1008
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      path  

  public rx.Single<java.lang.Void> rxMkdir(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1021
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem mkdirBlocking(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
         0: .line 1032
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            invokeinterface io.vertx.core.file.FileSystem.mkdirBlocking:(Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1033
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem mkdir(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String perms
        start local 3 // io.vertx.core.Handler handler
         0: .line 1051
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* perms */
            aload 3 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.mkdir:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1052
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String perms
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2    perms  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      perms    
      handler  

  public rx.Observable<java.lang.Void> mkdirObservable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1071
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      path   
      perms  

  public rx.Single<java.lang.Void> rxMkdir(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1090
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      path   
      perms  

  public io.vertx.rxjava.core.file.FileSystem mkdirBlocking(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String perms
         0: .line 1102
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* perms */
            invokeinterface io.vertx.core.file.FileSystem.mkdirBlocking:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1103
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String perms
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1   path  Ljava/lang/String;
            0    2     2  perms  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      path   
      perms  

  public io.vertx.rxjava.core.file.FileSystem mkdirs(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.core.Handler handler
         0: .line 1115
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.mkdirs:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1116
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2  handler  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/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      handler  

  public rx.Observable<java.lang.Void> mkdirsObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1129
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      path  

  public rx.Single<java.lang.Void> rxMkdirs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1142
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem mkdirsBlocking(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
         0: .line 1153
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            invokeinterface io.vertx.core.file.FileSystem.mkdirsBlocking:(Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1154
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem mkdirs(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String perms
        start local 3 // io.vertx.core.Handler handler
         0: .line 1172
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* perms */
            aload 3 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.mkdirs:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1173
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String perms
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2    perms  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      perms    
      handler  

  public rx.Observable<java.lang.Void> mkdirsObservable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1192
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      path   
      perms  

  public rx.Single<java.lang.Void> rxMkdirs(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1211
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      path   
      perms  

  public io.vertx.rxjava.core.file.FileSystem mkdirsBlocking(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String perms
         0: .line 1223
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* perms */
            invokeinterface io.vertx.core.file.FileSystem.mkdirsBlocking:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1224
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String perms
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1   path  Ljava/lang/String;
            0    2     2  perms  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      path   
      perms  

  public io.vertx.rxjava.core.file.FileSystem readDir(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.core.Handler handler
         0: .line 1236
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.readDir:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1237
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      handler  

  public rx.Observable<java.util.List<java.lang.String>> readDirObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1250
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/util/List<Ljava/lang/String;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      path  

  public rx.Single<java.util.List<java.lang.String>> rxReadDir(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1263
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
      Name  Flags
      path  

  public java.util.List<java.lang.String> readDirBlocking(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
         0: .line 1274
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            invokeinterface io.vertx.core.file.FileSystem.readDirBlocking:(Ljava/lang/String;)Ljava/util/List;
            astore 2 /* ret */
        start local 2 // java.util.List ret
         1: .line 1275
            aload 2 /* ret */
            areturn
        end local 2 // java.util.List ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem readDir(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String filter
        start local 3 // io.vertx.core.Handler handler
         0: .line 1291
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* filter */
            aload 3 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.readDir:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1292
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String filter
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2   filter  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      filter   
      handler  

  public rx.Observable<java.util.List<java.lang.String>> readDirObservable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1309
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/util/List<Ljava/lang/String;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      path    
      filter  

  public rx.Single<java.util.List<java.lang.String>> rxReadDir(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1326
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/util/List<Ljava/lang/String;>;>;
    MethodParameters:
        Name  Flags
      path    
      filter  

  public java.util.List<java.lang.String> readDirBlocking(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String filter
         0: .line 1338
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* filter */
            invokeinterface io.vertx.core.file.FileSystem.readDirBlocking:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
            astore 3 /* ret */
        start local 3 // java.util.List ret
         1: .line 1339
            aload 3 /* ret */
            areturn
        end local 3 // java.util.List ret
        end local 2 // java.lang.String filter
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1    path  Ljava/lang/String;
            0    2     2  filter  Ljava/lang/String;
            1    2     3     ret  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      path    
      filter  

  public io.vertx.rxjava.core.file.FileSystem readFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.buffer.Buffer>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.core.Handler handler
         0: .line 1351
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            new io.vertx.rxjava.core.file.FileSystem$3
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.rxjava.core.file.FileSystem$3.<init>:(Lio/vertx/rxjava/core/file/FileSystem;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.file.FileSystem.readFile:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1360
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/buffer/Buffer;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/buffer/Buffer;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      handler  

  public rx.Observable<io.vertx.rxjava.core.buffer.Buffer> readFileObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1373
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      path  

  public rx.Single<io.vertx.rxjava.core.buffer.Buffer> rxReadFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1386
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Single<Lio/vertx/rxjava/core/buffer/Buffer;>;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.buffer.Buffer readFileBlocking(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
         0: .line 1397
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            invokeinterface io.vertx.core.file.FileSystem.readFileBlocking:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.buffer.Buffer ret
         1: .line 1398
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.buffer.Buffer ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem writeFile(java.lang.String, io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.rxjava.core.buffer.Buffer data
        start local 3 // io.vertx.core.Handler handler
         0: .line 1410
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 3 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.writeFile:(Ljava/lang/String;Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1411
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.rxjava.core.buffer.Buffer data
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2     data  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      data     
      handler  

  public rx.Observable<java.lang.Void> writeFileObservable(java.lang.String, io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Ljava/lang/String;Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1424
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      path  
      data  

  public rx.Single<java.lang.Void> rxWriteFile(java.lang.String, io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Ljava/lang/String;Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1437
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      path  
      data  

  public io.vertx.rxjava.core.file.FileSystem writeFileBlocking(java.lang.String, io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Ljava/lang/String;Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 1449
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.file.FileSystem.writeFileBlocking:(Ljava/lang/String;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1450
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.rxjava.core.buffer.Buffer data
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  path  Ljava/lang/String;
            0    2     2  data  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      path  
      data  

  public io.vertx.rxjava.core.file.FileSystem open(java.lang.String, io.vertx.core.file.OpenOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.file.AsyncFile>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/file/OpenOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.core.file.OpenOptions options
        start local 3 // io.vertx.core.Handler handler
         0: .line 1463
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* options */
            new io.vertx.rxjava.core.file.FileSystem$4
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.rxjava.core.file.FileSystem$4.<init>:(Lio/vertx/rxjava/core/file/FileSystem;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.file.FileSystem.open:(Ljava/lang/String;Lio/vertx/core/file/OpenOptions;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1472
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.core.file.OpenOptions options
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2  options  Lio/vertx/core/file/OpenOptions;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/file/AsyncFile;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/file/OpenOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/file/AsyncFile;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      options  
      handler  

  public rx.Observable<io.vertx.rxjava.core.file.AsyncFile> openObservable(java.lang.String, io.vertx.core.file.OpenOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/file/OpenOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1486
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Lio/vertx/core/file/OpenOptions;)Lrx/Observable<Lio/vertx/rxjava/core/file/AsyncFile;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      path     
      options  

  public rx.Single<io.vertx.rxjava.core.file.AsyncFile> rxOpen(java.lang.String, io.vertx.core.file.OpenOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/file/OpenOptions;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1500
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Lio/vertx/core/file/OpenOptions;)Lrx/Single<Lio/vertx/rxjava/core/file/AsyncFile;>;
    MethodParameters:
         Name  Flags
      path     
      options  

  public io.vertx.rxjava.core.file.AsyncFile openBlocking(java.lang.String, io.vertx.core.file.OpenOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/core/file/OpenOptions;)Lio/vertx/rxjava/core/file/AsyncFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.core.file.OpenOptions options
         0: .line 1512
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* options */
            invokeinterface io.vertx.core.file.FileSystem.openBlocking:(Ljava/lang/String;Lio/vertx/core/file/OpenOptions;)Lio/vertx/core/file/AsyncFile;
            invokestatic io.vertx.rxjava.core.file.AsyncFile.newInstance:(Lio/vertx/core/file/AsyncFile;)Lio/vertx/rxjava/core/file/AsyncFile;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.file.AsyncFile ret
         1: .line 1513
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.file.AsyncFile ret
        end local 2 // io.vertx.core.file.OpenOptions options
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2  options  Lio/vertx/core/file/OpenOptions;
            1    2     3      ret  Lio/vertx/rxjava/core/file/AsyncFile;
    MethodParameters:
         Name  Flags
      path     
      options  

  public io.vertx.rxjava.core.file.FileSystem createFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.core.Handler handler
         0: .line 1523
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.createFile:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1524
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2  handler  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/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      handler  

  public rx.Observable<java.lang.Void> createFileObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1535
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      path  

  public rx.Single<java.lang.Void> rxCreateFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1546
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem createFileBlocking(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
         0: .line 1557
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            invokeinterface io.vertx.core.file.FileSystem.createFileBlocking:(Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1558
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem createFile(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String perms
        start local 3 // io.vertx.core.Handler handler
         0: .line 1569
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* perms */
            aload 3 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.createFile:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1570
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String perms
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2    perms  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      perms    
      handler  

  public rx.Observable<java.lang.Void> createFileObservable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1582
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      path   
      perms  

  public rx.Single<java.lang.Void> rxCreateFile(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1594
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      path   
      perms  

  public io.vertx.rxjava.core.file.FileSystem createFileBlocking(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // java.lang.String perms
         0: .line 1606
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* perms */
            invokeinterface io.vertx.core.file.FileSystem.createFileBlocking:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1607
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String perms
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1   path  Ljava/lang/String;
            0    2     2  perms  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      path   
      perms  

  public io.vertx.rxjava.core.file.FileSystem exists(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.core.Handler handler
         0: .line 1617
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            aload 2 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.exists:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1618
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      handler  

  public rx.Observable<java.lang.Boolean> existsObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1629
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/Boolean;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      path  

  public rx.Single<java.lang.Boolean> rxExists(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1640
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Boolean;>;
    MethodParameters:
      Name  Flags
      path  

  public boolean existsBlocking(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
         0: .line 1651
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            invokeinterface io.vertx.core.file.FileSystem.existsBlocking:(Ljava/lang/String;)Z
            istore 2 /* ret */
        start local 2 // boolean ret
         1: .line 1652
            iload 2 /* ret */
            ireturn
        end local 2 // boolean ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Z
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem fsProps(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.file.FileSystemProps>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
        start local 2 // io.vertx.core.Handler handler
         0: .line 1662
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            new io.vertx.rxjava.core.file.FileSystem$5
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.rxjava.core.file.FileSystem$5.<init>:(Lio/vertx/rxjava/core/file/FileSystem;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.file.FileSystem.fsProps:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1671
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     path  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/file/FileSystemProps;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/file/FileSystemProps;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      path     
      handler  

  public rx.Observable<io.vertx.rxjava.core.file.FileSystemProps> fsPropsObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1682
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lio/vertx/rxjava/core/file/FileSystemProps;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      path  

  public rx.Single<io.vertx.rxjava.core.file.FileSystemProps> rxFsProps(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1693
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Single<Lio/vertx/rxjava/core/file/FileSystemProps;>;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystemProps fsPropsBlocking(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/file/FileSystemProps;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String path
         0: .line 1704
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* path */
            invokeinterface io.vertx.core.file.FileSystem.fsPropsBlocking:(Ljava/lang/String;)Lio/vertx/core/file/FileSystemProps;
            invokestatic io.vertx.rxjava.core.file.FileSystemProps.newInstance:(Lio/vertx/core/file/FileSystemProps;)Lio/vertx/rxjava/core/file/FileSystemProps;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.file.FileSystemProps ret
         1: .line 1705
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.file.FileSystemProps ret
        end local 1 // java.lang.String path
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  path  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/rxjava/core/file/FileSystemProps;
    MethodParameters:
      Name  Flags
      path  

  public io.vertx.rxjava.core.file.FileSystem createTempDirectory(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String prefix
        start local 2 // io.vertx.core.Handler handler
         0: .line 1722
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* prefix */
            aload 2 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.createTempDirectory:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1723
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String prefix
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1   prefix  Ljava/lang/String;
            0    2     2  handler  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/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      prefix   
      handler  

  public rx.Observable<java.lang.String> createTempDirectoryObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1741
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      prefix  

  public rx.Single<java.lang.String> rxCreateTempDirectory(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1759
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      prefix  

  public java.lang.String createTempDirectoryBlocking(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String prefix
         0: .line 1770
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* prefix */
            invokeinterface io.vertx.core.file.FileSystem.createTempDirectoryBlocking:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 1771
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.String prefix
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  prefix  Ljava/lang/String;
            1    2     2     ret  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  

  public io.vertx.rxjava.core.file.FileSystem createTempDirectory(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String prefix
        start local 2 // java.lang.String perms
        start local 3 // io.vertx.core.Handler handler
         0: .line 1794
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* prefix */
            aload 2 /* perms */
            aload 3 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.createTempDirectory:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1795
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String perms
        end local 1 // java.lang.String prefix
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1   prefix  Ljava/lang/String;
            0    2     2    perms  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      prefix   
      perms    
      handler  

  public rx.Observable<java.lang.String> createTempDirectoryObservable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1819
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      prefix  
      perms   

  public rx.Single<java.lang.String> rxCreateTempDirectory(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1843
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      prefix  
      perms   

  public java.lang.String createTempDirectoryBlocking(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String prefix
        start local 2 // java.lang.String perms
         0: .line 1855
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* prefix */
            aload 2 /* perms */
            invokeinterface io.vertx.core.file.FileSystem.createTempDirectoryBlocking:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* ret */
        start local 3 // java.lang.String ret
         1: .line 1856
            aload 3 /* ret */
            areturn
        end local 3 // java.lang.String ret
        end local 2 // java.lang.String perms
        end local 1 // java.lang.String prefix
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  prefix  Ljava/lang/String;
            0    2     2   perms  Ljava/lang/String;
            1    2     3     ret  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  
      perms   

  public io.vertx.rxjava.core.file.FileSystem createTempDirectory(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String dir
        start local 2 // java.lang.String prefix
        start local 3 // java.lang.String perms
        start local 4 // io.vertx.core.Handler handler
         0: .line 1880
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* dir */
            aload 2 /* prefix */
            aload 3 /* perms */
            aload 4 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.createTempDirectory:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1881
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String perms
        end local 2 // java.lang.String prefix
        end local 1 // java.lang.String dir
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1      dir  Ljava/lang/String;
            0    2     2   prefix  Ljava/lang/String;
            0    2     3    perms  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      dir      
      prefix   
      perms    
      handler  

  public rx.Observable<java.lang.String> createTempDirectoryObservable(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1906
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      dir     
      prefix  
      perms   

  public rx.Single<java.lang.String> rxCreateTempDirectory(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1931
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      dir     
      prefix  
      perms   

  public java.lang.String createTempDirectoryBlocking(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String dir
        start local 2 // java.lang.String prefix
        start local 3 // java.lang.String perms
         0: .line 1944
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* dir */
            aload 2 /* prefix */
            aload 3 /* perms */
            invokeinterface io.vertx.core.file.FileSystem.createTempDirectoryBlocking:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* ret */
        start local 4 // java.lang.String ret
         1: .line 1945
            aload 4 /* ret */
            areturn
        end local 4 // java.lang.String ret
        end local 3 // java.lang.String perms
        end local 2 // java.lang.String prefix
        end local 1 // java.lang.String dir
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     dir  Ljava/lang/String;
            0    2     2  prefix  Ljava/lang/String;
            0    2     3   perms  Ljava/lang/String;
            1    2     4     ret  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      dir     
      prefix  
      perms   

  public io.vertx.rxjava.core.file.FileSystem createTempFile(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String prefix
        start local 2 // java.lang.String suffix
        start local 3 // io.vertx.core.Handler handler
         0: .line 1963
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* prefix */
            aload 2 /* suffix */
            aload 3 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.createTempFile:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 1964
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String suffix
        end local 1 // java.lang.String prefix
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1   prefix  Ljava/lang/String;
            0    2     2   suffix  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      prefix   
      suffix   
      handler  

  public rx.Observable<java.lang.String> createTempFileObservable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 1983
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      prefix  
      suffix  

  public rx.Single<java.lang.String> rxCreateTempFile(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 2002
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      prefix  
      suffix  

  public java.lang.String createTempFileBlocking(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String prefix
        start local 2 // java.lang.String suffix
         0: .line 2014
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* prefix */
            aload 2 /* suffix */
            invokeinterface io.vertx.core.file.FileSystem.createTempFileBlocking:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* ret */
        start local 3 // java.lang.String ret
         1: .line 2015
            aload 3 /* ret */
            areturn
        end local 3 // java.lang.String ret
        end local 2 // java.lang.String suffix
        end local 1 // java.lang.String prefix
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  prefix  Ljava/lang/String;
            0    2     2  suffix  Ljava/lang/String;
            1    2     3     ret  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  
      suffix  

  public io.vertx.rxjava.core.file.FileSystem createTempFile(java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String prefix
        start local 2 // java.lang.String suffix
        start local 3 // java.lang.String perms
        start local 4 // io.vertx.core.Handler handler
         0: .line 2034
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* prefix */
            aload 2 /* suffix */
            aload 3 /* perms */
            aload 4 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.createTempFile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 2035
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String perms
        end local 2 // java.lang.String suffix
        end local 1 // java.lang.String prefix
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1   prefix  Ljava/lang/String;
            0    2     2   suffix  Ljava/lang/String;
            0    2     3    perms  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      prefix   
      suffix   
      perms    
      handler  

  public rx.Observable<java.lang.String> createTempFileObservable(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 2055
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      prefix  
      suffix  
      perms   

  public rx.Single<java.lang.String> rxCreateTempFile(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 2075
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      prefix  
      suffix  
      perms   

  public java.lang.String createTempFileBlocking(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String prefix
        start local 2 // java.lang.String suffix
        start local 3 // java.lang.String perms
         0: .line 2088
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* prefix */
            aload 2 /* suffix */
            aload 3 /* perms */
            invokeinterface io.vertx.core.file.FileSystem.createTempFileBlocking:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* ret */
        start local 4 // java.lang.String ret
         1: .line 2089
            aload 4 /* ret */
            areturn
        end local 4 // java.lang.String ret
        end local 3 // java.lang.String perms
        end local 2 // java.lang.String suffix
        end local 1 // java.lang.String prefix
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1  prefix  Ljava/lang/String;
            0    2     2  suffix  Ljava/lang/String;
            0    2     3   perms  Ljava/lang/String;
            1    2     4     ret  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      prefix  
      suffix  
      perms   

  public io.vertx.rxjava.core.file.FileSystem createTempFile(java.lang.String, java.lang.String, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String dir
        start local 2 // java.lang.String prefix
        start local 3 // java.lang.String suffix
        start local 4 // java.lang.String perms
        start local 5 // io.vertx.core.Handler handler
         0: .line 2114
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* dir */
            aload 2 /* prefix */
            aload 3 /* suffix */
            aload 4 /* perms */
            aload 5 /* handler */
            invokeinterface io.vertx.core.file.FileSystem.createTempFile:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         1: .line 2115
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.lang.String perms
        end local 3 // java.lang.String suffix
        end local 2 // java.lang.String prefix
        end local 1 // java.lang.String dir
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1      dir  Ljava/lang/String;
            0    2     2   prefix  Ljava/lang/String;
            0    2     3   suffix  Ljava/lang/String;
            0    2     4    perms  Ljava/lang/String;
            0    2     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/rxjava/core/file/FileSystem;
    MethodParameters:
         Name  Flags
      dir      
      prefix   
      suffix   
      perms    
      handler  

  public rx.Observable<java.lang.String> createTempFileObservable(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 2141
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/String;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      dir     
      prefix  
      suffix  
      perms   

  public rx.Single<java.lang.String> rxCreateTempFile(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
         0: .line 2167
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/file/FileSystem;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      dir     
      prefix  
      suffix  
      perms   

  public java.lang.String createTempFileBlocking(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.core.file.FileSystem this
        start local 1 // java.lang.String dir
        start local 2 // java.lang.String prefix
        start local 3 // java.lang.String suffix
        start local 4 // java.lang.String perms
         0: .line 2181
            aload 0 /* this */
            getfield io.vertx.rxjava.core.file.FileSystem.delegate:Lio/vertx/core/file/FileSystem;
            aload 1 /* dir */
            aload 2 /* prefix */
            aload 3 /* suffix */
            aload 4 /* perms */
            invokeinterface io.vertx.core.file.FileSystem.createTempFileBlocking:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 5 /* ret */
        start local 5 // java.lang.String ret
         1: .line 2182
            aload 5 /* ret */
            areturn
        end local 5 // java.lang.String ret
        end local 4 // java.lang.String perms
        end local 3 // java.lang.String suffix
        end local 2 // java.lang.String prefix
        end local 1 // java.lang.String dir
        end local 0 // io.vertx.rxjava.core.file.FileSystem this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/file/FileSystem;
            0    2     1     dir  Ljava/lang/String;
            0    2     2  prefix  Ljava/lang/String;
            0    2     3  suffix  Ljava/lang/String;
            0    2     4   perms  Ljava/lang/String;
            1    2     5     ret  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      dir     
      prefix  
      suffix  
      perms   

  public static io.vertx.rxjava.core.file.FileSystem newInstance(io.vertx.core.file.FileSystem);
    descriptor: (Lio/vertx/core/file/FileSystem;)Lio/vertx/rxjava/core/file/FileSystem;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.file.FileSystem arg
         0: .line 2187
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.file.FileSystem
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.core.file.FileSystem.<init>:(Lio/vertx/core/file/FileSystem;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.core.file.FileSystem
         2: areturn
        end local 0 // io.vertx.core.file.FileSystem arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/file/FileSystem;
    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 67
            new io.vertx.rxjava.core.file.FileSystem
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.file.FileSystem
            invokespecial io.vertx.rxjava.core.file.FileSystem.<init>:(Lio/vertx/core/file/FileSystem;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "FileSystem.java"
NestMembers:
  io.vertx.rxjava.core.file.FileSystem$1  io.vertx.rxjava.core.file.FileSystem$2  io.vertx.rxjava.core.file.FileSystem$3  io.vertx.rxjava.core.file.FileSystem$4  io.vertx.rxjava.core.file.FileSystem$5
InnerClasses:
  io.vertx.rxjava.core.file.FileSystem$1
  io.vertx.rxjava.core.file.FileSystem$2
  io.vertx.rxjava.core.file.FileSystem$3
  io.vertx.rxjava.core.file.FileSystem$4
  io.vertx.rxjava.core.file.FileSystem$5
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/file/FileSystem;)