public interface io.vertx.reactivex.core.streams.StreamBase
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.reactivex.core.streams.StreamBase
  super_class: java.lang.Object
{
  public abstract io.vertx.core.streams.StreamBase getDelegate();
    descriptor: ()Lio/vertx/core/streams/StreamBase;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.reactivex.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/streams/StreamBase;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/streams/StreamBase;
    MethodParameters:
         Name  Flags
      handler  

  public static io.vertx.reactivex.core.streams.StreamBase newInstance(io.vertx.core.streams.StreamBase);
    descriptor: (Lio/vertx/core/streams/StreamBase;)Lio/vertx/reactivex/core/streams/StreamBase;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.streams.StreamBase arg
         0: .line 48
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.core.streams.StreamBaseImpl
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.core.streams.StreamBaseImpl.<init>:(Lio/vertx/core/streams/StreamBase;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.core.streams.StreamBaseImpl
         2: areturn
        end local 0 // io.vertx.core.streams.StreamBase arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/streams/StreamBase;
    MethodParameters:
      Name  Flags
      arg   
}
SourceFile: "StreamBase.java"
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/streams/StreamBase;)