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

  public void <init>(io.vertx.core.streams.StreamBase);
    descriptor: (Lio/vertx/core/streams/StreamBase;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.streams.StreamBaseImpl this
        start local 1 // io.vertx.core.streams.StreamBase delegate
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.streams.StreamBaseImpl.delegate:Lio/vertx/core/streams/StreamBase;
         2: .line 68
            return
        end local 1 // io.vertx.core.streams.StreamBase delegate
        end local 0 // io.vertx.rxjava.core.streams.StreamBaseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/streams/StreamBaseImpl;
            0    3     1  delegate  Lio/vertx/core/streams/StreamBase;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.streams.StreamBaseImpl this
        start local 1 // java.lang.Object delegate
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 71
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.streams.StreamBase
            putfield io.vertx.rxjava.core.streams.StreamBaseImpl.delegate:Lio/vertx/core/streams/StreamBase;
         2: .line 72
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.rxjava.core.streams.StreamBaseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/streams/StreamBaseImpl;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

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

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