final class io.reactivex.processors.BehaviorProcessor$BehaviorSubscription<T> extends java.util.concurrent.atomic.AtomicLong implements org.reactivestreams.Subscription, io.reactivex.internal.util.AppendOnlyLinkedArrayList$NonThrowingPredicate<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.processors.BehaviorProcessor$BehaviorSubscription
  super_class: java.util.concurrent.atomic.AtomicLong
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3293175281126227086

  final org.reactivestreams.Subscriber<? super T> downstream;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Subscriber<-TT;>;

  final io.reactivex.processors.BehaviorProcessor<T> state;
    descriptor: Lio/reactivex/processors/BehaviorProcessor;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/processors/BehaviorProcessor<TT;>;

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

  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;>;

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

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

  long index;
    descriptor: J
    flags: (0x0000) 

  void <init>(org.reactivestreams.Subscriber<? super T>, io.reactivex.processors.BehaviorProcessor<T>);
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/processors/BehaviorProcessor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // io.reactivex.processors.BehaviorProcessor state
         0: .line 539
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
         1: .line 540
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 541
            aload 0 /* this */
            aload 2 /* state */
            putfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.state:Lio/reactivex/processors/BehaviorProcessor;
         3: .line 542
            return
        end local 2 // io.reactivex.processors.BehaviorProcessor state
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/reactivex/processors/BehaviorProcessor$BehaviorSubscription<TT;>;
            0    4     1  actual  Lorg/reactivestreams/Subscriber<-TT;>;
            0    4     2   state  Lio/reactivex/processors/BehaviorProcessor<TT;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;Lio/reactivex/processors/BehaviorProcessor<TT;>;)V
    MethodParameters:
        Name  Flags
      actual  
      state   

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
        start local 1 // long n
         0: .line 546
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 2
         1: .line 547
            aload 0 /* this */
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         2: .line 549
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/processors/BehaviorProcessor$BehaviorSubscription<TT;>;
            0    3     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
         0: .line 553
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.cancelled:Z
            ifne 3
         1: .line 554
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.cancelled:Z
         2: .line 556
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.state:Lio/reactivex/processors/BehaviorProcessor;
            aload 0 /* this */
            invokevirtual io.reactivex.processors.BehaviorProcessor.remove:(Lio/reactivex/processors/BehaviorProcessor$BehaviorSubscription;)V
         3: .line 558
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/processors/BehaviorProcessor$BehaviorSubscription<TT;>;

  void emitFirst();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
         0: .line 561
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.cancelled:Z
            ifeq 2
         1: .line 562
            return
         2: .line 565
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         3: .line 566
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.cancelled:Z
            ifeq 6
         4: .line 567
            aload 2
            monitorexit
         5: return
         6: .line 569
      StackMap locals: io.reactivex.processors.BehaviorProcessor$BehaviorSubscription top io.reactivex.processors.BehaviorProcessor$BehaviorSubscription
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.next:Z
            ifeq 9
         7: .line 570
            aload 2
            monitorexit
         8: return
         9: .line 573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.state:Lio/reactivex/processors/BehaviorProcessor;
            astore 3 /* s */
        start local 3 // io.reactivex.processors.BehaviorProcessor s
        10: .line 575
            aload 3 /* s */
            getfield io.reactivex.processors.BehaviorProcessor.readLock:Ljava/util/concurrent/locks/Lock;
            astore 4 /* readLock */
        start local 4 // java.util.concurrent.locks.Lock readLock
        11: .line 576
            aload 4 /* readLock */
            invokeinterface java.util.concurrent.locks.Lock.lock:()V
        12: .line 577
            aload 0 /* this */
            aload 3 /* s */
            getfield io.reactivex.processors.BehaviorProcessor.index:J
            putfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.index:J
        13: .line 578
            aload 3 /* s */
            getfield io.reactivex.processors.BehaviorProcessor.value:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            astore 1 /* o */
        start local 1 // java.lang.Object o
        14: .line 579
            aload 4 /* readLock */
            invokeinterface java.util.concurrent.locks.Lock.unlock:()V
        15: .line 581
            aload 0 /* this */
            aload 1 /* o */
            ifnull 16
            iconst_1
            goto 17
      StackMap locals: io.reactivex.processors.BehaviorProcessor$BehaviorSubscription java.lang.Object io.reactivex.processors.BehaviorProcessor$BehaviorSubscription io.reactivex.processors.BehaviorProcessor java.util.concurrent.locks.Lock
      StackMap stack: io.reactivex.processors.BehaviorProcessor$BehaviorSubscription
        16: iconst_0
      StackMap locals: io.reactivex.processors.BehaviorProcessor$BehaviorSubscription java.lang.Object io.reactivex.processors.BehaviorProcessor$BehaviorSubscription io.reactivex.processors.BehaviorProcessor java.util.concurrent.locks.Lock
      StackMap stack: io.reactivex.processors.BehaviorProcessor$BehaviorSubscription int
        17: putfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.emitting:Z
        18: .line 582
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.next:Z
        end local 4 // java.util.concurrent.locks.Lock readLock
        end local 3 // io.reactivex.processors.BehaviorProcessor s
        19: .line 565
            aload 2
            monitorexit
        20: goto 23
        end local 1 // java.lang.Object o
      StackMap locals: io.reactivex.processors.BehaviorProcessor$BehaviorSubscription top io.reactivex.processors.BehaviorProcessor$BehaviorSubscription
      StackMap stack: java.lang.Throwable
        21: aload 2
            monitorexit
        22: athrow
        start local 1 // java.lang.Object o
        23: .line 585
      StackMap locals: io.reactivex.processors.BehaviorProcessor$BehaviorSubscription java.lang.Object
      StackMap stack:
            aload 1 /* o */
            ifnull 27
        24: .line 586
            aload 0 /* this */
            aload 1 /* o */
            invokevirtual io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.test:(Ljava/lang/Object;)Z
            ifeq 26
        25: .line 587
            return
        26: .line 590
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.emitLoop:()V
        27: .line 592
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object o
        end local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   28     0      this  Lio/reactivex/processors/BehaviorProcessor$BehaviorSubscription<TT;>;
           14   21     1         o  Ljava/lang/Object;
           23   28     1         o  Ljava/lang/Object;
           10   19     3         s  Lio/reactivex/processors/BehaviorProcessor<TT;>;
           11   19     4  readLock  Ljava/util/concurrent/locks/Lock;
      Exception table:
        from    to  target  type
           3     5      21  any
           6     8      21  any
           9    20      21  any
          21    22      21  any

  void emitNext(java.lang.Object, long);
    descriptor: (Ljava/lang/Object;J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
        start local 1 // java.lang.Object value
        start local 2 // long stateIndex
         0: .line 595
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.cancelled:Z
            ifeq 2
         1: .line 596
            return
         2: .line 598
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.fastPath:Z
            ifne 24
         3: .line 599
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         4: .line 600
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.cancelled:Z
            ifeq 7
         5: .line 601
            aload 4
            monitorexit
         6: return
         7: .line 603
      StackMap locals: io.reactivex.processors.BehaviorProcessor$BehaviorSubscription
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.index:J
            lload 2 /* stateIndex */
            lcmp
            ifne 10
         8: .line 604
            aload 4
            monitorexit
         9: return
        10: .line 606
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.emitting:Z
            ifeq 18
        11: .line 607
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
            astore 5 /* q */
        start local 5 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
        12: .line 608
            aload 5 /* q */
            ifnonnull 15
        13: .line 609
            new io.reactivex.internal.util.AppendOnlyLinkedArrayList
            dup
            iconst_4
            invokespecial io.reactivex.internal.util.AppendOnlyLinkedArrayList.<init>:(I)V
            astore 5 /* q */
        14: .line 610
            aload 0 /* this */
            aload 5 /* q */
            putfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
        15: .line 612
      StackMap locals: io.reactivex.internal.util.AppendOnlyLinkedArrayList
      StackMap stack:
            aload 5 /* q */
            aload 1 /* value */
            invokevirtual io.reactivex.internal.util.AppendOnlyLinkedArrayList.add:(Ljava/lang/Object;)V
        16: .line 613
            aload 4
            monitorexit
        17: return
        end local 5 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
        18: .line 615
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.next:Z
        19: .line 599
            aload 4
            monitorexit
        20: goto 23
      StackMap locals:
      StackMap stack: java.lang.Throwable
        21: aload 4
            monitorexit
        22: athrow
        23: .line 617
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.fastPath:Z
        24: .line 620
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.test:(Ljava/lang/Object;)Z
            pop
        25: .line 621
            return
        end local 2 // long stateIndex
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   26     0        this  Lio/reactivex/processors/BehaviorProcessor$BehaviorSubscription<TT;>;
            0   26     1       value  Ljava/lang/Object;
            0   26     2  stateIndex  J
           12   18     5           q  Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;
      Exception table:
        from    to  target  type
           4     6      21  any
           7     9      21  any
          10    17      21  any
          18    20      21  any
          21    22      21  any
    MethodParameters:
            Name  Flags
      value       
      stateIndex  

  public boolean test(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
        start local 1 // java.lang.Object o
         0: .line 625
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.cancelled:Z
            ifeq 2
         1: .line 626
            iconst_1
            ireturn
         2: .line 629
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            invokestatic io.reactivex.internal.util.NotificationLite.isComplete:(Ljava/lang/Object;)Z
            ifeq 5
         3: .line 630
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         4: .line 631
            iconst_1
            ireturn
         5: .line 633
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            invokestatic io.reactivex.internal.util.NotificationLite.isError:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 634
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* o */
            invokestatic io.reactivex.internal.util.NotificationLite.getError:(Ljava/lang/Object;)Ljava/lang/Throwable;
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         7: .line 635
            iconst_1
            ireturn
         8: .line 638
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.get:()J
            lstore 2 /* r */
        start local 2 // long r
         9: .line 639
            lload 2 /* r */
            lconst_0
            lcmp
            ifeq 14
        10: .line 640
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* o */
            invokestatic io.reactivex.internal.util.NotificationLite.getValue:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        11: .line 641
            lload 2 /* r */
            ldc 9223372036854775807
            lcmp
            ifeq 13
        12: .line 642
            aload 0 /* this */
            invokevirtual io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.decrementAndGet:()J
            pop2
        13: .line 644
      StackMap locals: long
      StackMap stack:
            iconst_0
            ireturn
        14: .line 646
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.cancel:()V
        15: .line 647
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.downstream:Lorg/reactivestreams/Subscriber;
            new io.reactivex.exceptions.MissingBackpressureException
            dup
            ldc "Could not deliver value due to lack of requests"
            invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        16: .line 648
            iconst_1
            ireturn
        end local 2 // long r
        end local 1 // java.lang.Object o
        end local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lio/reactivex/processors/BehaviorProcessor$BehaviorSubscription<TT;>;
            0   17     1     o  Ljava/lang/Object;
            9   17     2     r  J
    MethodParameters:
      Name  Flags
      o     

  void emitLoop();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
         0: .line 653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.cancelled:Z
            ifeq 2
         1: .line 654
            return
         2: .line 657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         3: .line 658
            aload 0 /* this */
            getfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
            astore 1 /* q */
        start local 1 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
         4: .line 659
            aload 1 /* q */
            ifnonnull 8
         5: .line 660
            aload 0 /* this */
            iconst_0
            putfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.emitting:Z
         6: .line 661
            aload 2
            monitorexit
         7: return
         8: .line 663
      StackMap locals: io.reactivex.internal.util.AppendOnlyLinkedArrayList io.reactivex.processors.BehaviorProcessor$BehaviorSubscription
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
         9: .line 657
            aload 2
            monitorexit
        10: goto 13
        end local 1 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
      StackMap locals: io.reactivex.processors.BehaviorProcessor$BehaviorSubscription top io.reactivex.processors.BehaviorProcessor$BehaviorSubscription
      StackMap stack: java.lang.Throwable
        11: aload 2
            monitorexit
        12: athrow
        start local 1 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
        13: .line 666
      StackMap locals: io.reactivex.processors.BehaviorProcessor$BehaviorSubscription io.reactivex.internal.util.AppendOnlyLinkedArrayList
      StackMap stack:
            aload 1 /* q */
            aload 0 /* this */
            invokevirtual io.reactivex.internal.util.AppendOnlyLinkedArrayList.forEachWhile:(Lio/reactivex/internal/util/AppendOnlyLinkedArrayList$NonThrowingPredicate;)V
        end local 1 // io.reactivex.internal.util.AppendOnlyLinkedArrayList q
        14: .line 652
            goto 0
        end local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/reactivex/processors/BehaviorProcessor$BehaviorSubscription<TT;>;
            4   11     1     q  Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;
           13   14     1     q  Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;
      Exception table:
        from    to  target  type
           3     7      11  any
           8    10      11  any
          11    12      11  any

  public boolean isFull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
         0: .line 671
            aload 0 /* this */
            invokevirtual io.reactivex.processors.BehaviorProcessor$BehaviorSubscription.get:()J
            lconst_0
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.processors.BehaviorProcessor$BehaviorSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/processors/BehaviorProcessor$BehaviorSubscription<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicLong;Lorg/reactivestreams/Subscription;Lio/reactivex/internal/util/AppendOnlyLinkedArrayList$NonThrowingPredicate<Ljava/lang/Object;>;
SourceFile: "BehaviorProcessor.java"
NestHost: io.reactivex.processors.BehaviorProcessor
InnerClasses:
  public abstract NonThrowingPredicate = io.reactivex.internal.util.AppendOnlyLinkedArrayList$NonThrowingPredicate of io.reactivex.internal.util.AppendOnlyLinkedArrayList
  final BehaviorSubscription = io.reactivex.processors.BehaviorProcessor$BehaviorSubscription of io.reactivex.processors.BehaviorProcessor