class io.vertx.rxjava.core.streams.ReadStreamImpl<T> implements io.vertx.rxjava.core.streams.ReadStream<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.rxjava.core.streams.ReadStreamImpl
  super_class: java.lang.Object
{
  private final io.vertx.core.streams.ReadStream<T> delegate;
    descriptor: Lio/vertx/core/streams/ReadStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/streams/ReadStream<TT;>;

  public final io.vertx.lang.rx.TypeArg<T> __typeArg_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<TT;>;

  private rx.Observable<T> observable;
    descriptor: Lrx/Observable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lrx/Observable<TT;>;

  public void <init>(io.vertx.core.streams.ReadStream);
    descriptor: (Lio/vertx/core/streams/ReadStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
        start local 1 // io.vertx.core.streams.ReadStream delegate
         0: .line 172
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 173
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
         2: .line 174
            aload 0 /* this */
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            putfield io.vertx.rxjava.core.streams.ReadStreamImpl.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            return
        end local 1 // io.vertx.core.streams.ReadStream delegate
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
            0    3     1  delegate  Lio/vertx/core/streams/ReadStream;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(, io.vertx.lang.rx.TypeArg<T>);
    descriptor: (Ljava/lang/Object;Lio/vertx/lang/rx/TypeArg;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
        start local 1 // java.lang.Object delegate
        start local 2 // io.vertx.lang.rx.TypeArg typeArg_0
         0: .line 176
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 177
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.streams.ReadStream
            putfield io.vertx.rxjava.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
         2: .line 178
            aload 0 /* this */
            aload 2 /* typeArg_0 */
            putfield io.vertx.rxjava.core.streams.ReadStreamImpl.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
         3: .line 179
            return
        end local 2 // io.vertx.lang.rx.TypeArg typeArg_0
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
            0    4     1   delegate  Ljava/lang/Object;
            0    4     2  typeArg_0  Lio/vertx/lang/rx/TypeArg<TT;>;
    Signature: (Ljava/lang/Object;Lio/vertx/lang/rx/TypeArg<TT;>;)V
    MethodParameters:
           Name  Flags
      delegate   
      typeArg_0  

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

  public synchronized rx.Observable<T> toObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
         0: .line 188
            aload 0 /* this */
            getfield io.vertx.rxjava.core.streams.ReadStreamImpl.observable:Lrx/Observable;
            ifnonnull 3
         1: .line 189
            aload 0 /* this */
            getfield io.vertx.rxjava.core.streams.ReadStreamImpl.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            getfield io.vertx.lang.rx.TypeArg.wrap:Ljava/util/function/Function;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         2: .line 190
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.rxjava.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            aload 1 /* conv */
            invokestatic io.vertx.rx.java.RxHelper.toObservable:(Lio/vertx/core/streams/ReadStream;Ljava/util/function/Function;)Lrx/Observable;
            putfield io.vertx.rxjava.core.streams.ReadStreamImpl.observable:Lrx/Observable;
        end local 1 // java.util.function.Function conv
         3: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.streams.ReadStreamImpl.observable:Lrx/Observable;
            areturn
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
            2    3     1  conv  Ljava/util/function/Function<TT;TT;>;
    Signature: ()Lrx/Observable<TT;>;

  public io.vertx.rxjava.core.streams.ReadStream<T> exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 202
            aload 0 /* this */
            getfield io.vertx.rxjava.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            aload 1 /* handler */
            invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 203
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/streams/ReadStream<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.streams.ReadStream<T> handler(io.vertx.core.Handler<T>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 212
            aload 0 /* this */
            getfield io.vertx.rxjava.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            new io.vertx.rxjava.core.streams.ReadStreamImpl$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.streams.ReadStreamImpl$1.<init>:(Lio/vertx/rxjava/core/streams/ReadStreamImpl;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 217
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
            0    2     1  handler  Lio/vertx/core/Handler<TT;>;
    Signature: (Lio/vertx/core/Handler<TT;>;)Lio/vertx/rxjava/core/streams/ReadStream<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.streams.ReadStream<T> pause();
    descriptor: ()Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
         0: .line 227
            aload 0 /* this */
            getfield io.vertx.rxjava.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.pause:()Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 228
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
    Signature: ()Lio/vertx/rxjava/core/streams/ReadStream<TT;>;

  public io.vertx.rxjava.core.streams.ReadStream<T> resume();
    descriptor: ()Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
         0: .line 238
            aload 0 /* this */
            getfield io.vertx.rxjava.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 239
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
    Signature: ()Lio/vertx/rxjava/core/streams/ReadStream<TT;>;

  public io.vertx.rxjava.core.streams.ReadStream<T> fetch(long);
    descriptor: (J)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
        start local 1 // long amount
         0: .line 250
            aload 0 /* this */
            getfield io.vertx.rxjava.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            lload 1 /* amount */
            invokeinterface io.vertx.core.streams.ReadStream.fetch:(J)Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 251
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
            0    2     1  amount  J
    Signature: (J)Lio/vertx/rxjava/core/streams/ReadStream<TT;>;
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.rxjava.core.streams.ReadStream<T> endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 260
            aload 0 /* this */
            getfield io.vertx.rxjava.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            aload 1 /* endHandler */
            invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 261
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/core/streams/ReadStream<TT;>;
    MethodParameters:
            Name  Flags
      endHandler  

  public io.vertx.rxjava.core.streams.Pipe<T> pipe();
    descriptor: ()Lio/vertx/rxjava/core/streams/Pipe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
         0: .line 271
            aload 0 /* this */
            getfield io.vertx.rxjava.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.pipe:()Lio/vertx/core/streams/Pipe;
            aload 0 /* this */
            getfield io.vertx.rxjava.core.streams.ReadStreamImpl.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.streams.Pipe.newInstance:(Lio/vertx/core/streams/Pipe;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/streams/Pipe;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.streams.Pipe ret
         1: .line 272
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.streams.Pipe ret
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
            1    2     1   ret  Lio/vertx/rxjava/core/streams/Pipe<TT;>;
    Signature: ()Lio/vertx/rxjava/core/streams/Pipe<TT;>;

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<T>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        start local 2 // io.vertx.core.Handler handler
         0: .line 286
            aload 0 /* this */
            getfield io.vertx.rxjava.core.streams.ReadStreamImpl.delegate:Lio/vertx/core/streams/ReadStream;
            aload 1 /* dst */
            invokeinterface io.vertx.rxjava.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            aload 2 /* handler */
            invokeinterface io.vertx.core.streams.ReadStream.pipeTo:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 287
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
            0    2     1      dst  Lio/vertx/rxjava/core/streams/WriteStream<TT;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<TT;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<T>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
         0: .line 299
            aload 0 /* this */
            aload 1 /* dst */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/streams/ReadStreamImpl.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.streams.ReadStreamImpl.pipeTo:(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 300
            return
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
            0    2     1   dst  Lio/vertx/rxjava/core/streams/WriteStream<TT;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<TT;>;)V
    MethodParameters:
      Name  Flags
      dst   

  public rx.Single<java.lang.Void> rxPipeTo(io.vertx.rxjava.core.streams.WriteStream<T>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
         0: .line 313
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* dst */
            invokedynamic accept(Lio/vertx/rxjava/core/streams/ReadStreamImpl;Lio/vertx/rxjava/core/streams/WriteStream;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/streams/ReadStreamImpl.lambda$1(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
            0    1     1   dst  Lio/vertx/rxjava/core/streams/WriteStream<TT;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<TT;>;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      dst   

  public io.vertx.core.streams.StreamBase getDelegate();
    descriptor: ()Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.streams.ReadStreamImpl.getDelegate:()Lio/vertx/core/streams/ReadStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.rxjava.core.streams.ReadStreamImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  private void lambda$1(io.vertx.rxjava.core.streams.WriteStream, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
        start local 2 // io.vertx.core.Handler fut
         0: .line 314
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.streams.ReadStreamImpl.pipeTo:(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 315
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.streams.ReadStreamImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/streams/ReadStreamImpl<TT;>;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/rxjava/core/streams/ReadStream<TT;>;
SourceFile: "ReadStream.java"
NestMembers:
  io.vertx.rxjava.core.streams.ReadStreamImpl$1
InnerClasses:
  io.vertx.rxjava.core.streams.ReadStreamImpl$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OnSubscribe = rx.Single$OnSubscribe of rx.Single