final class io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator<T> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  final io.reactivex.SingleObserver<? super java.lang.Boolean> downstream;
    descriptor: Lio/reactivex/SingleObserver;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/SingleObserver<-Ljava/lang/Boolean;>;

  final io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver<T> observer1;
    descriptor: Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver<TT;>;

  final io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver<T> observer2;
    descriptor: Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver<TT;>;

  final io.reactivex.functions.BiPredicate<? super T, ? super T> isEqual;
    descriptor: Lio/reactivex/functions/BiPredicate;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/BiPredicate<-TT;-TT;>;

  void <init>(io.reactivex.SingleObserver<? super java.lang.Boolean>, io.reactivex.functions.BiPredicate<? super T, ? super T>);
    descriptor: (Lio/reactivex/SingleObserver;Lio/reactivex/functions/BiPredicate;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator this
        start local 1 // io.reactivex.SingleObserver actual
        start local 2 // io.reactivex.functions.BiPredicate isEqual
         0: .line 65
            aload 0 /* this */
            iconst_2
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:(I)V
         1: .line 66
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.downstream:Lio/reactivex/SingleObserver;
         2: .line 67
            aload 0 /* this */
            aload 2 /* isEqual */
            putfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.isEqual:Lio/reactivex/functions/BiPredicate;
         3: .line 68
            aload 0 /* this */
            new io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver
            dup
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver.<init>:(Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualCoordinator;)V
            putfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.observer1:Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
         4: .line 69
            aload 0 /* this */
            new io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver
            dup
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver.<init>:(Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualCoordinator;)V
            putfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.observer2:Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
         5: .line 70
            return
        end local 2 // io.reactivex.functions.BiPredicate isEqual
        end local 1 // io.reactivex.SingleObserver actual
        end local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualCoordinator<TT;>;
            0    6     1   actual  Lio/reactivex/SingleObserver<-Ljava/lang/Boolean;>;
            0    6     2  isEqual  Lio/reactivex/functions/BiPredicate<-TT;-TT;>;
    Signature: (Lio/reactivex/SingleObserver<-Ljava/lang/Boolean;>;Lio/reactivex/functions/BiPredicate<-TT;-TT;>;)V
    MethodParameters:
         Name  Flags
      actual   
      isEqual  

  void subscribe(io.reactivex.MaybeSource<? extends T>, io.reactivex.MaybeSource<? extends T>);
    descriptor: (Lio/reactivex/MaybeSource;Lio/reactivex/MaybeSource;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator this
        start local 1 // io.reactivex.MaybeSource source1
        start local 2 // io.reactivex.MaybeSource source2
         0: .line 73
            aload 1 /* source1 */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.observer1:Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
         1: .line 74
            aload 2 /* source2 */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.observer2:Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
         2: .line 75
            return
        end local 2 // io.reactivex.MaybeSource source2
        end local 1 // io.reactivex.MaybeSource source1
        end local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualCoordinator<TT;>;
            0    3     1  source1  Lio/reactivex/MaybeSource<+TT;>;
            0    3     2  source2  Lio/reactivex/MaybeSource<+TT;>;
    Signature: (Lio/reactivex/MaybeSource<+TT;>;Lio/reactivex/MaybeSource<+TT;>;)V
    MethodParameters:
         Name  Flags
      source1  
      source2  

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator this
         0: .line 79
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.observer1:Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
            invokevirtual io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver.dispose:()V
         1: .line 80
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.observer2:Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
            invokevirtual io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver.dispose:()V
         2: .line 81
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualCoordinator<TT;>;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator this
         0: .line 85
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.observer1:Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
            invokevirtual io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver.get:()Ljava/lang/Object;
            checkcast io.reactivex.disposables.Disposable
            invokestatic io.reactivex.internal.disposables.DisposableHelper.isDisposed:(Lio/reactivex/disposables/Disposable;)Z
            ireturn
        end local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualCoordinator<TT;>;

  void done();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator this
         0: .line 90
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.decrementAndGet:()I
            ifne 15
         1: .line 91
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.observer1:Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver.value:Ljava/lang/Object;
            astore 1 /* o1 */
        start local 1 // java.lang.Object o1
         2: .line 92
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.observer2:Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver.value:Ljava/lang/Object;
            astore 2 /* o2 */
        start local 2 // java.lang.Object o2
         3: .line 94
            aload 1 /* o1 */
            ifnull 12
            aload 2 /* o2 */
            ifnull 12
         4: .line 98
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.isEqual:Lio/reactivex/functions/BiPredicate;
            aload 1 /* o1 */
            aload 2 /* o2 */
            invokeinterface io.reactivex.functions.BiPredicate.test:(Ljava/lang/Object;Ljava/lang/Object;)Z
            istore 3 /* b */
        start local 3 // boolean b
         5: .line 99
            goto 10
        end local 3 // boolean b
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
         6: astore 4 /* ex */
        start local 4 // java.lang.Throwable ex
         7: .line 100
            aload 4 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         8: .line 101
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.downstream:Lio/reactivex/SingleObserver;
            aload 4 /* ex */
            invokeinterface io.reactivex.SingleObserver.onError:(Ljava/lang/Throwable;)V
         9: .line 102
            return
        end local 4 // java.lang.Throwable ex
        start local 3 // boolean b
        10: .line 105
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.downstream:Lio/reactivex/SingleObserver;
            iload 3 /* b */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface io.reactivex.SingleObserver.onSuccess:(Ljava/lang/Object;)V
        end local 3 // boolean b
        11: .line 106
            goto 15
        12: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.downstream:Lio/reactivex/SingleObserver;
            aload 1 /* o1 */
            ifnonnull 13
            aload 2 /* o2 */
            ifnonnull 13
            iconst_1
            goto 14
      StackMap locals:
      StackMap stack: io.reactivex.SingleObserver
        13: iconst_0
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator java.lang.Object java.lang.Object
      StackMap stack: io.reactivex.SingleObserver int
        14: invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface io.reactivex.SingleObserver.onSuccess:(Ljava/lang/Object;)V
        end local 2 // java.lang.Object o2
        end local 1 // java.lang.Object o1
        15: .line 110
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualCoordinator<TT;>;
            2   15     1    o1  Ljava/lang/Object;
            3   15     2    o2  Ljava/lang/Object;
            5    6     3     b  Z
           10   11     3     b  Z
            7   10     4    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Throwable

  void error(io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver<T>, java.lang.Throwable);
    descriptor: (Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator this
        start local 1 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver sender
        start local 2 // java.lang.Throwable ex
         0: .line 113
            aload 0 /* this */
            iconst_0
            invokevirtual io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.getAndSet:(I)I
            ifle 7
         1: .line 114
            aload 1 /* sender */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.observer1:Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
            if_acmpne 4
         2: .line 115
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.observer2:Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
            invokevirtual io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver.dispose:()V
         3: .line 116
            goto 5
         4: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.observer1:Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver;
            invokevirtual io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver.dispose:()V
         5: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.downstream:Lio/reactivex/SingleObserver;
            aload 2 /* ex */
            invokeinterface io.reactivex.SingleObserver.onError:(Ljava/lang/Throwable;)V
         6: .line 120
            goto 8
         7: .line 121
      StackMap locals:
      StackMap stack:
            aload 2 /* ex */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         8: .line 123
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable ex
        end local 1 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver sender
        end local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualCoordinator<TT;>;
            0    9     1  sender  Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver<TT;>;
            0    9     2      ex  Ljava/lang/Throwable;
    Signature: (Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualObserver<TT;>;Ljava/lang/Throwable;)V
    MethodParameters:
        Name  Flags
      sender  
      ex      
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/disposables/Disposable;
SourceFile: "MaybeEqualSingle.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeEqualSingle
InnerClasses:
  final EqualCoordinator = io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator of io.reactivex.internal.operators.maybe.MaybeEqualSingle
  final EqualObserver = io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver of io.reactivex.internal.operators.maybe.MaybeEqualSingle