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 abstract void to(io.vertx.core.streams.WriteStream<T>);
    descriptor: (Lio/vertx/core/streams/WriteStream;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/streams/WriteStream<TT;>;)V
    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()