public class io.vertx.core.streams.impl.PipeImpl<T> implements io.vertx.core.streams.Pipe<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.streams.impl.PipeImpl
  super_class: java.lang.Object
{
  private static final io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> NULL_HANDLER;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private final io.vertx.core.Promise<java.lang.Void> result;
    descriptor: Lio/vertx/core/Promise;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Promise<Ljava/lang/Void;>;

  private final io.vertx.core.streams.ReadStream<T> src;
    descriptor: Lio/vertx/core/streams/ReadStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/streams/ReadStream<TT;>;

  private boolean endOnSuccess;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean endOnFailure;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.streams.WriteStream<T> dst;
    descriptor: Lio/vertx/core/streams/WriteStream;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/streams/WriteStream<TT;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 24
            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/core/streams/impl/PipeImpl.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            putstatic io.vertx.core.streams.impl.PipeImpl.NULL_HANDLER:Lio/vertx/core/Handler;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.core.streams.ReadStream<T>);
    descriptor: (Lio/vertx/core/streams/ReadStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.streams.impl.PipeImpl this
        start local 1 // io.vertx.core.streams.ReadStream src
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 28
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.streams.impl.PipeImpl.endOnSuccess:Z
         2: .line 29
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.streams.impl.PipeImpl.endOnFailure:Z
         3: .line 33
            aload 0 /* this */
            aload 1 /* src */
            putfield io.vertx.core.streams.impl.PipeImpl.src:Lio/vertx/core/streams/ReadStream;
         4: .line 34
            aload 0 /* this */
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            putfield io.vertx.core.streams.impl.PipeImpl.result:Lio/vertx/core/Promise;
         5: .line 37
            aload 1 /* src */
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.result:Lio/vertx/core/Promise;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/Promise;)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/core/Promise.tryComplete(Ljava/lang/Object;)Z (9 itf)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         6: .line 38
            aload 1 /* src */
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.result:Lio/vertx/core/Promise;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/Promise;)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/core/Promise.tryFail(Ljava/lang/Throwable;)Z (9 itf)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         7: .line 39
            return
        end local 1 // io.vertx.core.streams.ReadStream src
        end local 0 // io.vertx.core.streams.impl.PipeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/core/streams/impl/PipeImpl<TT;>;
            0    8     1   src  Lio/vertx/core/streams/ReadStream<TT;>;
    Signature: (Lio/vertx/core/streams/ReadStream<TT;>;)V
    MethodParameters:
      Name  Flags
      src   

  public synchronized io.vertx.core.streams.Pipe<T> endOnFailure(boolean);
    descriptor: (Z)Lio/vertx/core/streams/Pipe;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.streams.impl.PipeImpl this
        start local 1 // boolean end
         0: .line 43
            aload 0 /* this */
            iload 1 /* end */
            putfield io.vertx.core.streams.impl.PipeImpl.endOnFailure:Z
         1: .line 44
            aload 0 /* this */
            areturn
        end local 1 // boolean end
        end local 0 // io.vertx.core.streams.impl.PipeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/streams/impl/PipeImpl<TT;>;
            0    2     1   end  Z
    Signature: (Z)Lio/vertx/core/streams/Pipe<TT;>;
    MethodParameters:
      Name  Flags
      end   

  public synchronized io.vertx.core.streams.Pipe<T> endOnSuccess(boolean);
    descriptor: (Z)Lio/vertx/core/streams/Pipe;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.streams.impl.PipeImpl this
        start local 1 // boolean end
         0: .line 49
            aload 0 /* this */
            iload 1 /* end */
            putfield io.vertx.core.streams.impl.PipeImpl.endOnSuccess:Z
         1: .line 50
            aload 0 /* this */
            areturn
        end local 1 // boolean end
        end local 0 // io.vertx.core.streams.impl.PipeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/streams/impl/PipeImpl<TT;>;
            0    2     1   end  Z
    Signature: (Z)Lio/vertx/core/streams/Pipe<TT;>;
    MethodParameters:
      Name  Flags
      end   

  public synchronized io.vertx.core.streams.Pipe<T> endOnComplete(boolean);
    descriptor: (Z)Lio/vertx/core/streams/Pipe;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.streams.impl.PipeImpl this
        start local 1 // boolean end
         0: .line 55
            aload 0 /* this */
            iload 1 /* end */
            putfield io.vertx.core.streams.impl.PipeImpl.endOnSuccess:Z
         1: .line 56
            aload 0 /* this */
            iload 1 /* end */
            putfield io.vertx.core.streams.impl.PipeImpl.endOnFailure:Z
         2: .line 57
            aload 0 /* this */
            areturn
        end local 1 // boolean end
        end local 0 // io.vertx.core.streams.impl.PipeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/streams/impl/PipeImpl<TT;>;
            0    3     1   end  Z
    Signature: (Z)Lio/vertx/core/streams/Pipe<TT;>;
    MethodParameters:
      Name  Flags
      end   

  public void to(io.vertx.core.streams.WriteStream<T>);
    descriptor: (Lio/vertx/core/streams/WriteStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.streams.impl.PipeImpl this
        start local 1 // io.vertx.core.streams.WriteStream ws
         0: .line 62
            aload 0 /* this */
            aload 1 /* ws */
            getstatic io.vertx.core.streams.impl.PipeImpl.NULL_HANDLER:Lio/vertx/core/Handler;
            invokevirtual io.vertx.core.streams.impl.PipeImpl.to:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 63
            return
        end local 1 // io.vertx.core.streams.WriteStream ws
        end local 0 // io.vertx.core.streams.impl.PipeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/streams/impl/PipeImpl<TT;>;
            0    2     1    ws  Lio/vertx/core/streams/WriteStream<TT;>;
    Signature: (Lio/vertx/core/streams/WriteStream<TT;>;)V
    MethodParameters:
      Name  Flags
      ws    

  public void to(io.vertx.core.streams.WriteStream<T>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // io.vertx.core.streams.impl.PipeImpl this
        start local 1 // io.vertx.core.streams.WriteStream ws
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 67
            aload 1 /* ws */
            ifnonnull 2
         1: .line 68
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         3: .line 73
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.dst:Lio/vertx/core/streams/WriteStream;
            ifnull 5
         4: .line 74
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         5: .line 76
      StackMap locals: io.vertx.core.streams.impl.PipeImpl io.vertx.core.streams.WriteStream io.vertx.core.Handler top top io.vertx.core.streams.impl.PipeImpl
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ws */
            putfield io.vertx.core.streams.impl.PipeImpl.dst:Lio/vertx/core/streams/WriteStream;
         6: .line 77
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.endOnSuccess:Z
            istore 3 /* endOnSuccess */
        start local 3 // boolean endOnSuccess
         7: .line 78
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.endOnFailure:Z
            istore 4 /* endOnFailure */
        start local 4 // boolean endOnFailure
         8: .line 72
            aload 5
            monitorexit
         9: goto 12
        end local 4 // boolean endOnFailure
        end local 3 // boolean endOnSuccess
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 5
            monitorexit
        11: athrow
        start local 3 // boolean endOnSuccess
        start local 4 // boolean endOnFailure
        12: .line 80
      StackMap locals: io.vertx.core.streams.impl.PipeImpl io.vertx.core.streams.WriteStream io.vertx.core.Handler int int
      StackMap stack:
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/streams/impl/PipeImpl;)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/core/streams/impl/PipeImpl.lambda$3(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            astore 5 /* drainHandler */
        start local 5 // io.vertx.core.Handler drainHandler
        13: .line 81
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.src:Lio/vertx/core/streams/ReadStream;
            aload 0 /* this */
            aload 1 /* ws */
            aload 5 /* drainHandler */
            invokedynamic handle(Lio/vertx/core/streams/impl/PipeImpl;Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)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/core/streams/impl/PipeImpl.lambda$4(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;Ljava/lang/Object;)V (7)
                  (Ljava/lang/Object;)V
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
        14: .line 88
            aload 1 /* ws */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/streams/impl/PipeImpl;)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/core/streams/impl/PipeImpl.lambda$5(Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.streams.WriteStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
            pop
        15: .line 89
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.src:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            pop
        16: .line 90
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.result:Lio/vertx/core/Promise;
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aload 0 /* this */
            iload 3 /* endOnSuccess */
            aload 1 /* ws */
            iload 4 /* endOnFailure */
            aload 2 /* completionHandler */
            invokedynamic handle(Lio/vertx/core/streams/impl/PipeImpl;ZLio/vertx/core/streams/WriteStream;ZLio/vertx/core/Handler;)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/core/streams/impl/PipeImpl.lambda$6(ZLio/vertx/core/streams/WriteStream;ZLio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
        17: .line 126
            return
        end local 5 // io.vertx.core.Handler drainHandler
        end local 4 // boolean endOnFailure
        end local 3 // boolean endOnSuccess
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // io.vertx.core.streams.WriteStream ws
        end local 0 // io.vertx.core.streams.impl.PipeImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0               this  Lio/vertx/core/streams/impl/PipeImpl<TT;>;
            0   18     1                 ws  Lio/vertx/core/streams/WriteStream<TT;>;
            0   18     2  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            7   10     3       endOnSuccess  Z
           12   18     3       endOnSuccess  Z
            8   10     4       endOnFailure  Z
           12   18     4       endOnFailure  Z
           13   18     5       drainHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           3     9      10  any
          10    11      10  any
    Signature: (Lio/vertx/core/streams/WriteStream<TT;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      ws                 
      completionHandler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.streams.impl.PipeImpl this
         0: .line 129
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 130
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.src:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         2: .line 131
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.src:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         3: .line 132
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.dst:Lio/vertx/core/streams/WriteStream;
            ifnull 6
         4: .line 133
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.dst:Lio/vertx/core/streams/WriteStream;
            aconst_null
            invokeinterface io.vertx.core.streams.WriteStream.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
            pop
         5: .line 134
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.dst:Lio/vertx/core/streams/WriteStream;
            aconst_null
            invokeinterface io.vertx.core.streams.WriteStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
            pop
         6: .line 136
      StackMap locals: io.vertx.core.streams.impl.PipeImpl
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.result:Lio/vertx/core/Promise;
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.isComplete:()Z
            ifeq 9
         7: .line 137
            aload 1
            monitorexit
         8: return
         9: .line 129
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        10: goto 13
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: aload 1
            monitorexit
        12: athrow
        13: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.src:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            pop
        14: .line 141
            return
        end local 0 // io.vertx.core.streams.impl.PipeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/vertx/core/streams/impl/PipeImpl<TT;>;
      Exception table:
        from    to  target  type
           1     8      11  any
           9    10      11  any
          11    12      11  any

  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 24
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$3(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.streams.impl.PipeImpl this
        start local 1 // java.lang.Void v
         0: .line 80
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.src:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.core.streams.impl.PipeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/streams/impl/PipeImpl<TT;>;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$4(io.vertx.core.streams.WriteStream, io.vertx.core.Handler, java.lang.Object);
    descriptor: (Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;Ljava/lang/Object;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.streams.impl.PipeImpl this
        start local 3 // java.lang.Object item
         0: .line 82
            aload 1
            aload 3 /* item */
            invokeinterface io.vertx.core.streams.WriteStream.write:(Ljava/lang/Object;)Lio/vertx/core/streams/WriteStream;
            pop
         1: .line 83
            aload 1
            invokeinterface io.vertx.core.streams.WriteStream.writeQueueFull:()Z
            ifeq 4
         2: .line 84
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.src:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.pause:()Lio/vertx/core/streams/ReadStream;
            pop
         3: .line 85
            aload 1
            aload 2
            invokeinterface io.vertx.core.streams.WriteStream.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
            pop
         4: .line 87
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object item
        end local 0 // io.vertx.core.streams.impl.PipeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/streams/impl/PipeImpl<TT;>;
            0    5     3  item  TT;

  private void lambda$5(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.streams.impl.PipeImpl this
        start local 1 // java.lang.Throwable err
         0: .line 88
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.result:Lio/vertx/core/Promise;
            new io.vertx.core.streams.impl.PipeImpl$WriteException
            dup
            aload 1 /* err */
            invokespecial io.vertx.core.streams.impl.PipeImpl$WriteException.<init>:(Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.Promise.tryFail:(Ljava/lang/Throwable;)Z
            return
        end local 1 // java.lang.Throwable err
        end local 0 // io.vertx.core.streams.impl.PipeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/streams/impl/PipeImpl<TT;>;
            0    1     1   err  Ljava/lang/Throwable;

  private void lambda$6(boolean, io.vertx.core.streams.WriteStream, boolean, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (ZLio/vertx/core/streams/WriteStream;ZLio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=7, args_size=6
        start local 0 // io.vertx.core.streams.impl.PipeImpl this
        start local 5 // io.vertx.core.AsyncResult ar
         0: .line 92
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.src:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 93
            goto 3
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: pop
         3: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.src:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         4: .line 97
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Exception
         5: pop
         6: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.src:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         7: .line 101
            goto 9
      StackMap locals:
      StackMap stack: java.lang.Exception
         8: pop
         9: .line 104
      StackMap locals:
      StackMap stack:
            aload 5 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 13
        10: .line 105
            iload 1
            ifeq 26
        11: .line 106
            aload 2
            invokeinterface io.vertx.core.streams.WriteStream.end:()V
        12: .line 108
            goto 26
        13: .line 109
      StackMap locals:
      StackMap stack:
            aload 5 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            astore 6 /* err */
        start local 6 // java.lang.Throwable err
        14: .line 110
            aload 6 /* err */
            instanceof io.vertx.core.streams.impl.PipeImpl$WriteException
            ifeq 18
        15: .line 111
            aload 6 /* err */
            invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            astore 5 /* ar */
        16: .line 112
            aload 0 /* this */
            getfield io.vertx.core.streams.impl.PipeImpl.src:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            pop
        17: .line 113
            goto 26
      StackMap locals: java.lang.Throwable
      StackMap stack:
        18: iload 3
            ifeq 26
        19: .line 114
            aload 2
            invokeinterface io.vertx.core.streams.WriteStream.end:()V
        end local 6 // java.lang.Throwable err
        20: .line 117
            goto 26
      StackMap locals: io.vertx.core.streams.impl.PipeImpl int io.vertx.core.streams.WriteStream int io.vertx.core.Handler io.vertx.core.AsyncResult
      StackMap stack: java.lang.Exception
        21: astore 6 /* e */
        start local 6 // java.lang.Exception e
        22: .line 118
            iload 3
            ifeq 24
        23: .line 119
            aload 2
            invokeinterface io.vertx.core.streams.WriteStream.end:()V
        24: .line 121
      StackMap locals: java.lang.Exception
      StackMap stack:
            aload 4
            aload 6 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        25: .line 122
            return
        end local 6 // java.lang.Exception e
        26: .line 124
      StackMap locals:
      StackMap stack:
            aload 4
            aload 5 /* ar */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        27: .line 125
            return
        end local 5 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.core.streams.impl.PipeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lio/vertx/core/streams/impl/PipeImpl<TT;>;
            0   28     5    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
           14   20     6   err  Ljava/lang/Throwable;
           22   26     6     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
           3     4       5  Class java.lang.Exception
           6     7       8  Class java.lang.Exception
           9    20      21  Class java.lang.Exception
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/core/streams/Pipe<TT;>;
SourceFile: "PipeImpl.java"
NestMembers:
  io.vertx.core.streams.impl.PipeImpl$WriteException
InnerClasses:
  private WriteException = io.vertx.core.streams.impl.PipeImpl$WriteException of io.vertx.core.streams.impl.PipeImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles