final class io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber<T> extends io.reactivex.internal.subscribers.SinglePostCompleteSubscriber<T, io.reactivex.Notification<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber
  super_class: io.reactivex.internal.subscribers.SinglePostCompleteSubscriber
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3740826063558713822

  void <init>(org.reactivestreams.Subscriber<? super io.reactivex.Notification<T>>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber this
        start local 1 // org.reactivestreams.Subscriber downstream
         0: .line 38
            aload 0 /* this */
            aload 1 /* downstream */
            invokespecial io.reactivex.internal.subscribers.SinglePostCompleteSubscriber.<init>:(Lorg/reactivestreams/Subscriber;)V
         1: .line 39
            return
        end local 1 // org.reactivestreams.Subscriber downstream
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/reactivex/internal/operators/flowable/FlowableMaterialize$MaterializeSubscriber<TT;>;
            0    2     1  downstream  Lorg/reactivestreams/Subscriber<-Lio/reactivex/Notification<TT;>;>;
    Signature: (Lorg/reactivestreams/Subscriber<-Lio/reactivex/Notification<TT;>;>;)V
    MethodParameters:
            Name  Flags
      downstream  

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber this
        start local 1 // java.lang.Object t
         0: .line 43
            aload 0 /* this */
            dup
            getfield io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber.produced:J
            lconst_1
            ladd
            putfield io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber.produced:J
         1: .line 44
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokestatic io.reactivex.Notification.createOnNext:(Ljava/lang/Object;)Lio/reactivex/Notification;
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         2: .line 45
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableMaterialize$MaterializeSubscriber<TT;>;
            0    3     1     t  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 49
            aload 0 /* this */
            aload 1 /* t */
            invokestatic io.reactivex.Notification.createOnError:(Ljava/lang/Throwable;)Lio/reactivex/Notification;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber.complete:(Ljava/lang/Object;)V
         1: .line 50
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableMaterialize$MaterializeSubscriber<TT;>;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber this
         0: .line 54
            aload 0 /* this */
            invokestatic io.reactivex.Notification.createOnComplete:()Lio/reactivex/Notification;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber.complete:(Ljava/lang/Object;)V
         1: .line 55
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableMaterialize$MaterializeSubscriber<TT;>;

  protected void onDrop(io.reactivex.Notification<T>);
    descriptor: (Lio/reactivex/Notification;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber this
        start local 1 // io.reactivex.Notification n
         0: .line 59
            aload 1 /* n */
            invokevirtual io.reactivex.Notification.isOnError:()Z
            ifeq 2
         1: .line 60
            aload 1 /* n */
            invokevirtual io.reactivex.Notification.getError:()Ljava/lang/Throwable;
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         2: .line 62
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.Notification n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableMaterialize$MaterializeSubscriber<TT;>;
            0    3     1     n  Lio/reactivex/Notification<TT;>;
    Signature: (Lio/reactivex/Notification<TT;>;)V
    MethodParameters:
      Name  Flags
      n     

  protected void onDrop(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.reactivex.Notification
            invokevirtual io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber.onDrop:(Lio/reactivex/Notification;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber<TT;Lio/reactivex/Notification<TT;>;>;
SourceFile: "FlowableMaterialize.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableMaterialize
InnerClasses:
  final MaterializeSubscriber = io.reactivex.internal.operators.flowable.FlowableMaterialize$MaterializeSubscriber of io.reactivex.internal.operators.flowable.FlowableMaterialize