final class io.reactivex.processors.SerializedProcessor<T> extends io.reactivex.processors.FlowableProcessor<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.processors.SerializedProcessor
  super_class: io.reactivex.processors.FlowableProcessor
{
  final io.reactivex.processors.FlowableProcessor<T> actual;
    descriptor: Lio/reactivex/processors/FlowableProcessor;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/processors/FlowableProcessor<TT;>;

  boolean emitting;
    descriptor: Z
    flags: (0x0000) 

  io.reactivex.internal.util.AppendOnlyLinkedArrayList<java.lang.Object> queue;
    descriptor: Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
    flags: (0x0000) 
    Signature: Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;

  volatile boolean done;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  void <init>(io.reactivex.processors.FlowableProcessor<T>);
    descriptor: (Lio/reactivex/processors/FlowableProcessor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.processors.SerializedProcessor this
        start local 1 // io.reactivex.processors.FlowableProcessor actual
         0: .line 42
            aload 0 /* this */
            invokespecial io.reactivex.processors.FlowableProcessor.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.processors.SerializedProcessor.actual:Lio/reactivex/processors/FlowableProcessor;
         2: .line 44
            return
        end local 1 // io.reactivex.processors.FlowableProcessor actual
        end local 0 // io.reactivex.processors.SerializedProcessor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/processors/SerializedProcessor<TT;>;
            0    3     1  actual  Lio/reactivex/processors/FlowableProcessor<TT;>;
    Signature: (Lio/reactivex/processors/FlowableProcessor<TT;>;)V
    MethodParameters:
        Name  Flags
      actual  final

  protected void subscribeActual(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.processors.SerializedProcessor this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 48
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.actual:Lio/reactivex/processors/FlowableProcessor;
            aload 1 /* s */
            invokevirtual io.reactivex.processors.FlowableProcessor.subscribe:(Lorg/reactivestreams/Subscriber;)V
         1: .line 49
            return
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.processors.SerializedProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/processors/SerializedProcessor<TT;>;
            0    2     1     s  Lorg/reactivestreams/Subscriber<-TT;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
      Name  Flags
      s     

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.reactivex.processors.SerializedProcessor this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 54
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.done:Z
            ifne 19
         1: .line 55
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         2: .line 56
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.done:Z
            ifeq 5
         3: .line 57
            iconst_1
            istore 2 /* cancel */
        start local 2 // boolean cancel
         4: .line 58
            goto 15
        end local 2 // boolean cancel
         5: .line 59
      StackMap locals: io.reactivex.processors.SerializedProcessor org.reactivestreams.Subscription top io.reactivex.processors.SerializedProcessor
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.emitting:Z
            ifeq 13
         6: .line 60
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
            astore 4 /* q */
        start local 4 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
         7: .line 61
            aload 4 /* q */
            ifnonnull 10
         8: .line 62
            new io.reactivex.internal.util.AppendOnlyLinkedArrayList
            dup
            iconst_4
            invokespecial io.reactivex.internal.util.AppendOnlyLinkedArrayList.<init>:(I)V
            astore 4 /* q */
         9: .line 63
            aload 0 /* this */
            aload 4 /* q */
            putfield io.reactivex.processors.SerializedProcessor.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
        10: .line 65
      StackMap locals: io.reactivex.internal.util.AppendOnlyLinkedArrayList
      StackMap stack:
            aload 4 /* q */
            aload 1 /* s */
            invokestatic io.reactivex.internal.util.NotificationLite.subscription:(Lorg/reactivestreams/Subscription;)Ljava/lang/Object;
            invokevirtual io.reactivex.internal.util.AppendOnlyLinkedArrayList.add:(Ljava/lang/Object;)V
        11: .line 66
            aload 3
            monitorexit
        12: return
        end local 4 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
        13: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.processors.SerializedProcessor.emitting:Z
        14: .line 69
            iconst_0
            istore 2 /* cancel */
        start local 2 // boolean cancel
        15: .line 55
      StackMap locals: io.reactivex.processors.SerializedProcessor org.reactivestreams.Subscription int io.reactivex.processors.SerializedProcessor
      StackMap stack:
            aload 3
            monitorexit
        16: goto 20
        end local 2 // boolean cancel
      StackMap locals: io.reactivex.processors.SerializedProcessor org.reactivestreams.Subscription top io.reactivex.processors.SerializedProcessor
      StackMap stack: java.lang.Throwable
        17: aload 3
            monitorexit
        18: athrow
        19: .line 73
      StackMap locals: io.reactivex.processors.SerializedProcessor org.reactivestreams.Subscription
      StackMap stack:
            iconst_1
            istore 2 /* cancel */
        start local 2 // boolean cancel
        20: .line 75
      StackMap locals: int
      StackMap stack:
            iload 2 /* cancel */
            ifeq 23
        21: .line 76
            aload 1 /* s */
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        22: .line 77
            goto 25
        23: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.actual:Lio/reactivex/processors/FlowableProcessor;
            aload 1 /* s */
            invokevirtual io.reactivex.processors.FlowableProcessor.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        24: .line 79
            aload 0 /* this */
            invokevirtual io.reactivex.processors.SerializedProcessor.emitLoop:()V
        25: .line 81
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean cancel
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.processors.SerializedProcessor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lio/reactivex/processors/SerializedProcessor<TT;>;
            0   26     1       s  Lorg/reactivestreams/Subscription;
            4    5     2  cancel  Z
           15   17     2  cancel  Z
           20   26     2  cancel  Z
            7   13     4       q  Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;
      Exception table:
        from    to  target  type
           2    12      17  any
          13    16      17  any
          17    18      17  any
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.reactivex.processors.SerializedProcessor this
        start local 1 // java.lang.Object t
         0: .line 85
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.done:Z
            ifeq 2
         1: .line 86
            return
         2: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         3: .line 89
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.done:Z
            ifeq 6
         4: .line 90
            aload 2
            monitorexit
         5: return
         6: .line 92
      StackMap locals: io.reactivex.processors.SerializedProcessor
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.emitting:Z
            ifeq 14
         7: .line 93
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
            astore 3 /* q */
        start local 3 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
         8: .line 94
            aload 3 /* q */
            ifnonnull 11
         9: .line 95
            new io.reactivex.internal.util.AppendOnlyLinkedArrayList
            dup
            iconst_4
            invokespecial io.reactivex.internal.util.AppendOnlyLinkedArrayList.<init>:(I)V
            astore 3 /* q */
        10: .line 96
            aload 0 /* this */
            aload 3 /* q */
            putfield io.reactivex.processors.SerializedProcessor.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
        11: .line 98
      StackMap locals: io.reactivex.internal.util.AppendOnlyLinkedArrayList
      StackMap stack:
            aload 3 /* q */
            aload 1 /* t */
            invokestatic io.reactivex.internal.util.NotificationLite.next:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual io.reactivex.internal.util.AppendOnlyLinkedArrayList.add:(Ljava/lang/Object;)V
        12: .line 99
            aload 2
            monitorexit
        13: return
        end local 3 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
        14: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.processors.SerializedProcessor.emitting:Z
        15: .line 88
            aload 2
            monitorexit
        16: goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        17: aload 2
            monitorexit
        18: athrow
        19: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.actual:Lio/reactivex/processors/FlowableProcessor;
            aload 1 /* t */
            invokevirtual io.reactivex.processors.FlowableProcessor.onNext:(Ljava/lang/Object;)V
        20: .line 104
            aload 0 /* this */
            invokevirtual io.reactivex.processors.SerializedProcessor.emitLoop:()V
        21: .line 105
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.processors.SerializedProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lio/reactivex/processors/SerializedProcessor<TT;>;
            0   22     1     t  TT;
            8   14     3     q  Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;
      Exception table:
        from    to  target  type
           3     5      17  any
           6    13      17  any
          14    16      17  any
          17    18      17  any
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.reactivex.processors.SerializedProcessor this
        start local 1 // java.lang.Throwable t
         0: .line 109
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.done:Z
            ifeq 3
         1: .line 110
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         2: .line 111
            return
         3: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         4: .line 115
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.done:Z
            ifeq 7
         5: .line 116
            iconst_1
            istore 2 /* reportError */
        start local 2 // boolean reportError
         6: .line 117
            goto 18
        end local 2 // boolean reportError
         7: .line 118
      StackMap locals: io.reactivex.processors.SerializedProcessor java.lang.Throwable top io.reactivex.processors.SerializedProcessor
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.processors.SerializedProcessor.done:Z
         8: .line 119
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.emitting:Z
            ifeq 16
         9: .line 120
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
            astore 4 /* q */
        start local 4 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
        10: .line 121
            aload 4 /* q */
            ifnonnull 13
        11: .line 122
            new io.reactivex.internal.util.AppendOnlyLinkedArrayList
            dup
            iconst_4
            invokespecial io.reactivex.internal.util.AppendOnlyLinkedArrayList.<init>:(I)V
            astore 4 /* q */
        12: .line 123
            aload 0 /* this */
            aload 4 /* q */
            putfield io.reactivex.processors.SerializedProcessor.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
        13: .line 125
      StackMap locals: io.reactivex.internal.util.AppendOnlyLinkedArrayList
      StackMap stack:
            aload 4 /* q */
            aload 1 /* t */
            invokestatic io.reactivex.internal.util.NotificationLite.error:(Ljava/lang/Throwable;)Ljava/lang/Object;
            invokevirtual io.reactivex.internal.util.AppendOnlyLinkedArrayList.setFirst:(Ljava/lang/Object;)V
        14: .line 126
            aload 3
            monitorexit
        15: return
        end local 4 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
        16: .line 128
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* reportError */
        start local 2 // boolean reportError
        17: .line 129
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.processors.SerializedProcessor.emitting:Z
        18: .line 114
      StackMap locals: io.reactivex.processors.SerializedProcessor java.lang.Throwable int io.reactivex.processors.SerializedProcessor
      StackMap stack:
            aload 3
            monitorexit
        19: goto 22
        end local 2 // boolean reportError
      StackMap locals: io.reactivex.processors.SerializedProcessor java.lang.Throwable top io.reactivex.processors.SerializedProcessor
      StackMap stack: java.lang.Throwable
        20: aload 3
            monitorexit
        21: athrow
        start local 2 // boolean reportError
        22: .line 132
      StackMap locals: io.reactivex.processors.SerializedProcessor java.lang.Throwable int
      StackMap stack:
            iload 2 /* reportError */
            ifeq 25
        23: .line 133
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        24: .line 134
            return
        25: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.actual:Lio/reactivex/processors/FlowableProcessor;
            aload 1 /* t */
            invokevirtual io.reactivex.processors.FlowableProcessor.onError:(Ljava/lang/Throwable;)V
        26: .line 137
            return
        end local 2 // boolean reportError
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.processors.SerializedProcessor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   27     0         this  Lio/reactivex/processors/SerializedProcessor<TT;>;
            0   27     1            t  Ljava/lang/Throwable;
            6    7     2  reportError  Z
           17   20     2  reportError  Z
           22   27     2  reportError  Z
           10   16     4            q  Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;
      Exception table:
        from    to  target  type
           4    15      20  any
          16    19      20  any
          20    21      20  any
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.reactivex.processors.SerializedProcessor this
         0: .line 141
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.done:Z
            ifeq 2
         1: .line 142
            return
         2: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         3: .line 145
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.done:Z
            ifeq 6
         4: .line 146
            aload 1
            monitorexit
         5: return
         6: .line 148
      StackMap locals: io.reactivex.processors.SerializedProcessor
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.processors.SerializedProcessor.done:Z
         7: .line 149
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.emitting:Z
            ifeq 15
         8: .line 150
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
            astore 2 /* q */
        start local 2 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
         9: .line 151
            aload 2 /* q */
            ifnonnull 12
        10: .line 152
            new io.reactivex.internal.util.AppendOnlyLinkedArrayList
            dup
            iconst_4
            invokespecial io.reactivex.internal.util.AppendOnlyLinkedArrayList.<init>:(I)V
            astore 2 /* q */
        11: .line 153
            aload 0 /* this */
            aload 2 /* q */
            putfield io.reactivex.processors.SerializedProcessor.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
        12: .line 155
      StackMap locals: io.reactivex.internal.util.AppendOnlyLinkedArrayList
      StackMap stack:
            aload 2 /* q */
            invokestatic io.reactivex.internal.util.NotificationLite.complete:()Ljava/lang/Object;
            invokevirtual io.reactivex.internal.util.AppendOnlyLinkedArrayList.add:(Ljava/lang/Object;)V
        13: .line 156
            aload 1
            monitorexit
        14: return
        end local 2 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
        15: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.processors.SerializedProcessor.emitting:Z
        16: .line 144
            aload 1
            monitorexit
        17: goto 20
      StackMap locals:
      StackMap stack: java.lang.Throwable
        18: aload 1
            monitorexit
        19: athrow
        20: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.actual:Lio/reactivex/processors/FlowableProcessor;
            invokevirtual io.reactivex.processors.FlowableProcessor.onComplete:()V
        21: .line 161
            return
        end local 0 // io.reactivex.processors.SerializedProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lio/reactivex/processors/SerializedProcessor<TT;>;
            9   15     2     q  Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;
      Exception table:
        from    to  target  type
           3     5      18  any
           6    14      18  any
          15    17      18  any
          18    19      18  any

  void emitLoop();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.reactivex.processors.SerializedProcessor this
         0: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 168
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
            astore 1 /* q */
        start local 1 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
         2: .line 169
            aload 1 /* q */
            ifnonnull 6
         3: .line 170
            aload 0 /* this */
            iconst_0
            putfield io.reactivex.processors.SerializedProcessor.emitting:Z
         4: .line 171
            aload 2
            monitorexit
         5: return
         6: .line 173
      StackMap locals: io.reactivex.internal.util.AppendOnlyLinkedArrayList io.reactivex.processors.SerializedProcessor
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.processors.SerializedProcessor.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
         7: .line 167
            aload 2
            monitorexit
         8: goto 11
        end local 1 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
      StackMap locals: io.reactivex.processors.SerializedProcessor top io.reactivex.processors.SerializedProcessor
      StackMap stack: java.lang.Throwable
         9: aload 2
            monitorexit
        10: athrow
        start local 1 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
        11: .line 176
      StackMap locals: io.reactivex.processors.SerializedProcessor io.reactivex.internal.util.AppendOnlyLinkedArrayList
      StackMap stack:
            aload 1 /* q */
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.actual:Lio/reactivex/processors/FlowableProcessor;
            invokevirtual io.reactivex.internal.util.AppendOnlyLinkedArrayList.accept:(Lorg/reactivestreams/Subscriber;)Z
            pop
        end local 1 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
        12: .line 165
            goto 0
        end local 0 // io.reactivex.processors.SerializedProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lio/reactivex/processors/SerializedProcessor<TT;>;
            2    9     1     q  Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;
           11   12     1     q  Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;
      Exception table:
        from    to  target  type
           1     5       9  any
           6     8       9  any
           9    10       9  any

  public boolean hasSubscribers();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.processors.SerializedProcessor this
         0: .line 182
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.actual:Lio/reactivex/processors/FlowableProcessor;
            invokevirtual io.reactivex.processors.FlowableProcessor.hasSubscribers:()Z
            ireturn
        end local 0 // io.reactivex.processors.SerializedProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/processors/SerializedProcessor<TT;>;

  public boolean hasThrowable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.processors.SerializedProcessor this
         0: .line 187
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.actual:Lio/reactivex/processors/FlowableProcessor;
            invokevirtual io.reactivex.processors.FlowableProcessor.hasThrowable:()Z
            ireturn
        end local 0 // io.reactivex.processors.SerializedProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/processors/SerializedProcessor<TT;>;

  public java.lang.Throwable getThrowable();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.processors.SerializedProcessor this
         0: .line 193
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.actual:Lio/reactivex/processors/FlowableProcessor;
            invokevirtual io.reactivex.processors.FlowableProcessor.getThrowable:()Ljava/lang/Throwable;
            areturn
        end local 0 // io.reactivex.processors.SerializedProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/processors/SerializedProcessor<TT;>;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()

  public boolean hasComplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.processors.SerializedProcessor this
         0: .line 198
            aload 0 /* this */
            getfield io.reactivex.processors.SerializedProcessor.actual:Lio/reactivex/processors/FlowableProcessor;
            invokevirtual io.reactivex.processors.FlowableProcessor.hasComplete:()Z
            ireturn
        end local 0 // io.reactivex.processors.SerializedProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/processors/SerializedProcessor<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/processors/FlowableProcessor<TT;>;
SourceFile: "SerializedProcessor.java"