final class io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver<T> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.Observer<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7098360935104053232

  final io.reactivex.Observer<? super T> downstream;
    descriptor: Lio/reactivex/Observer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/Observer<-TT;>;

  final io.reactivex.internal.disposables.SequentialDisposable upstream;
    descriptor: Lio/reactivex/internal/disposables/SequentialDisposable;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.ObservableSource<? extends T> source;
    descriptor: Lio/reactivex/ObservableSource;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/ObservableSource<+TT;>;

  final io.reactivex.functions.BiPredicate<? super java.lang.Integer, ? super java.lang.Throwable> predicate;
    descriptor: Lio/reactivex/functions/BiPredicate;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/BiPredicate<-Ljava/lang/Integer;-Ljava/lang/Throwable;>;

  int retries;
    descriptor: I
    flags: (0x0000) 

  void <init>(io.reactivex.Observer<? super T>, io.reactivex.functions.BiPredicate<? super java.lang.Integer, ? super java.lang.Throwable>, io.reactivex.internal.disposables.SequentialDisposable, io.reactivex.ObservableSource<? extends T>);
    descriptor: (Lio/reactivex/Observer;Lio/reactivex/functions/BiPredicate;Lio/reactivex/internal/disposables/SequentialDisposable;Lio/reactivex/ObservableSource;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver this
        start local 1 // io.reactivex.Observer actual
        start local 2 // io.reactivex.functions.BiPredicate predicate
        start local 3 // io.reactivex.internal.disposables.SequentialDisposable sa
        start local 4 // io.reactivex.ObservableSource source
         0: .line 51
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.downstream:Lio/reactivex/Observer;
         2: .line 54
            aload 0 /* this */
            aload 3 /* sa */
            putfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.upstream:Lio/reactivex/internal/disposables/SequentialDisposable;
         3: .line 55
            aload 0 /* this */
            aload 4 /* source */
            putfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.source:Lio/reactivex/ObservableSource;
         4: .line 56
            aload 0 /* this */
            aload 2 /* predicate */
            putfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.predicate:Lio/reactivex/functions/BiPredicate;
         5: .line 57
            return
        end local 4 // io.reactivex.ObservableSource source
        end local 3 // io.reactivex.internal.disposables.SequentialDisposable sa
        end local 2 // io.reactivex.functions.BiPredicate predicate
        end local 1 // io.reactivex.Observer actual
        end local 0 // io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/reactivex/internal/operators/observable/ObservableRetryBiPredicate$RetryBiObserver<TT;>;
            0    6     1     actual  Lio/reactivex/Observer<-TT;>;
            0    6     2  predicate  Lio/reactivex/functions/BiPredicate<-Ljava/lang/Integer;-Ljava/lang/Throwable;>;
            0    6     3         sa  Lio/reactivex/internal/disposables/SequentialDisposable;
            0    6     4     source  Lio/reactivex/ObservableSource<+TT;>;
    Signature: (Lio/reactivex/Observer<-TT;>;Lio/reactivex/functions/BiPredicate<-Ljava/lang/Integer;-Ljava/lang/Throwable;>;Lio/reactivex/internal/disposables/SequentialDisposable;Lio/reactivex/ObservableSource<+TT;>;)V
    MethodParameters:
           Name  Flags
      actual     
      predicate  
      sa         
      source     

  public void onSubscribe(io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/disposables/Disposable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 61
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.upstream:Lio/reactivex/internal/disposables/SequentialDisposable;
            aload 1 /* d */
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.replace:(Lio/reactivex/disposables/Disposable;)Z
            pop
         1: .line 62
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableRetryBiPredicate$RetryBiObserver<TT;>;
            0    2     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver this
        start local 1 // java.lang.Object t
         0: .line 66
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.downstream:Lio/reactivex/Observer;
            aload 1 /* t */
            invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
         1: .line 67
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableRetryBiPredicate$RetryBiObserver<TT;>;
            0    2     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=7, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver this
        start local 1 // java.lang.Throwable t
         0: .line 73
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.predicate:Lio/reactivex/functions/BiPredicate;
            aload 0 /* this */
            dup
            getfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.retries:I
            iconst_1
            iadd
            dup_x1
            putfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.retries:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 1 /* t */
            invokeinterface io.reactivex.functions.BiPredicate.test:(Ljava/lang/Object;Ljava/lang/Object;)Z
            istore 2 /* b */
        start local 2 // boolean b
         1: .line 74
            goto 6
        end local 2 // boolean b
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         3: .line 75
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 76
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.downstream:Lio/reactivex/Observer;
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 1 /* t */
            aastore
            dup
            iconst_1
            aload 3 /* e */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
         5: .line 77
            return
        end local 3 // java.lang.Throwable e
        start local 2 // boolean b
         6: .line 79
      StackMap locals: int
      StackMap stack:
            iload 2 /* b */
            ifne 9
         7: .line 80
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.downstream:Lio/reactivex/Observer;
            aload 1 /* t */
            invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
         8: .line 81
            return
         9: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.subscribeNext:()V
        10: .line 84
            return
        end local 2 // boolean b
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/reactivex/internal/operators/observable/ObservableRetryBiPredicate$RetryBiObserver<TT;>;
            0   11     1     t  Ljava/lang/Throwable;
            1    2     2     b  Z
            6   11     2     b  Z
            3    6     3     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver this
         0: .line 88
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.downstream:Lio/reactivex/Observer;
            invokeinterface io.reactivex.Observer.onComplete:()V
         1: .line 89
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableRetryBiPredicate$RetryBiObserver<TT;>;

  void subscribeNext();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver this
         0: .line 95
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.getAndIncrement:()I
            ifne 7
         1: .line 96
            iconst_1
            istore 1 /* missed */
        start local 1 // int missed
         2: .line 98
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.upstream:Lio/reactivex/internal/disposables/SequentialDisposable;
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.isDisposed:()Z
            ifeq 4
         3: .line 99
            return
         4: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.source:Lio/reactivex/ObservableSource;
            aload 0 /* this */
            invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
         5: .line 103
            aload 0 /* this */
            iload 1 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver.addAndGet:(I)I
            istore 1 /* missed */
         6: .line 104
            iload 1 /* missed */
            ifne 2
        end local 1 // int missed
         7: .line 109
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/reactivex/internal/operators/observable/ObservableRetryBiPredicate$RetryBiObserver<TT;>;
            2    7     1  missed  I
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/Observer<TT;>;
SourceFile: "ObservableRetryBiPredicate.java"
NestHost: io.reactivex.internal.operators.observable.ObservableRetryBiPredicate
InnerClasses:
  final RetryBiObserver = io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver of io.reactivex.internal.operators.observable.ObservableRetryBiPredicate