public interface io.vertx.core.streams.Pipe<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.streams.Pipe
  super_class: java.lang.Object
{
  public abstract io.vertx.core.streams.Pipe<T> endOnFailure(boolean);
    descriptor: (Z)Lio/vertx/core/streams/Pipe;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Z)Lio/vertx/core/streams/Pipe<TT;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      end   

  public abstract io.vertx.core.streams.Pipe<T> endOnSuccess(boolean);
    descriptor: (Z)Lio/vertx/core/streams/Pipe;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Z)Lio/vertx/core/streams/Pipe<TT;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      end   

  public abstract io.vertx.core.streams.Pipe<T> endOnComplete(boolean);
    descriptor: (Z)Lio/vertx/core/streams/Pipe;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Z)Lio/vertx/core/streams/Pipe<TT;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      end   

  public io.vertx.core.Future<java.lang.Void> to(io.vertx.core.streams.WriteStream<T>);
    descriptor: (Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.streams.Pipe this
        start local 1 // io.vertx.core.streams.WriteStream dst
         0: .line 77
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 2 /* promise */
        start local 2 // io.vertx.core.Promise promise
         1: .line 78
            aload 0 /* this */
            aload 1 /* dst */
            aload 2 /* promise */
            invokeinterface io.vertx.core.streams.Pipe.to:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         2: .line 79
            aload 2 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.Promise promise
        end local 1 // io.vertx.core.streams.WriteStream dst
        end local 0 // io.vertx.core.streams.Pipe this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/streams/Pipe<TT;>;
            0    3     1      dst  Lio/vertx/core/streams/WriteStream<TT;>;
            1    3     2  promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/streams/WriteStream<TT;>;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      dst   

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/streams/WriteStream<TT;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      dst                
      completionHandler  

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Pipe.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()