public final class io.reactivex.internal.operators.maybe.MaybeEqualSingle<T> extends io.reactivex.Single<java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeEqualSingle
  super_class: io.reactivex.Single
{
  final io.reactivex.MaybeSource<? extends T> source1;
    descriptor: Lio/reactivex/MaybeSource;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/MaybeSource<+TT;>;

  final io.reactivex.MaybeSource<? extends T> source2;
    descriptor: Lio/reactivex/MaybeSource;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/MaybeSource<+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;>;

  public void <init>(io.reactivex.MaybeSource<? extends T>, io.reactivex.MaybeSource<? extends T>, io.reactivex.functions.BiPredicate<? super T, ? super T>);
    descriptor: (Lio/reactivex/MaybeSource;Lio/reactivex/MaybeSource;Lio/reactivex/functions/BiPredicate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle this
        start local 1 // io.reactivex.MaybeSource source1
        start local 2 // io.reactivex.MaybeSource source2
        start local 3 // io.reactivex.functions.BiPredicate isEqual
         0: .line 38
            aload 0 /* this */
            invokespecial io.reactivex.Single.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* source1 */
            putfield io.reactivex.internal.operators.maybe.MaybeEqualSingle.source1:Lio/reactivex/MaybeSource;
         2: .line 41
            aload 0 /* this */
            aload 2 /* source2 */
            putfield io.reactivex.internal.operators.maybe.MaybeEqualSingle.source2:Lio/reactivex/MaybeSource;
         3: .line 42
            aload 0 /* this */
            aload 3 /* isEqual */
            putfield io.reactivex.internal.operators.maybe.MaybeEqualSingle.isEqual:Lio/reactivex/functions/BiPredicate;
         4: .line 43
            return
        end local 3 // io.reactivex.functions.BiPredicate isEqual
        end local 2 // io.reactivex.MaybeSource source2
        end local 1 // io.reactivex.MaybeSource source1
        end local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/reactivex/internal/operators/maybe/MaybeEqualSingle<TT;>;
            0    5     1  source1  Lio/reactivex/MaybeSource<+TT;>;
            0    5     2  source2  Lio/reactivex/MaybeSource<+TT;>;
            0    5     3  isEqual  Lio/reactivex/functions/BiPredicate<-TT;-TT;>;
    Signature: (Lio/reactivex/MaybeSource<+TT;>;Lio/reactivex/MaybeSource<+TT;>;Lio/reactivex/functions/BiPredicate<-TT;-TT;>;)V
    MethodParameters:
         Name  Flags
      source1  
      source2  
      isEqual  

  protected void subscribeActual(io.reactivex.SingleObserver<? super java.lang.Boolean>);
    descriptor: (Lio/reactivex/SingleObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle this
        start local 1 // io.reactivex.SingleObserver observer
         0: .line 47
            new io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator
            dup
            aload 1 /* observer */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle.isEqual:Lio/reactivex/functions/BiPredicate;
            invokespecial io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.<init>:(Lio/reactivex/SingleObserver;Lio/reactivex/functions/BiPredicate;)V
            astore 2 /* parent */
        start local 2 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator parent
         1: .line 48
            aload 1 /* observer */
            aload 2 /* parent */
            invokeinterface io.reactivex.SingleObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         2: .line 49
            aload 2 /* parent */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle.source1:Lio/reactivex/MaybeSource;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeEqualSingle.source2:Lio/reactivex/MaybeSource;
            invokevirtual io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator.subscribe:(Lio/reactivex/MaybeSource;Lio/reactivex/MaybeSource;)V
         3: .line 50
            return
        end local 2 // io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator parent
        end local 1 // io.reactivex.SingleObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeEqualSingle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/reactivex/internal/operators/maybe/MaybeEqualSingle<TT;>;
            0    4     1  observer  Lio/reactivex/SingleObserver<-Ljava/lang/Boolean;>;
            1    4     2    parent  Lio/reactivex/internal/operators/maybe/MaybeEqualSingle$EqualCoordinator<TT;>;
    Signature: (Lio/reactivex/SingleObserver<-Ljava/lang/Boolean;>;)V
    MethodParameters:
          Name  Flags
      observer  
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Single<Ljava/lang/Boolean;>;
SourceFile: "MaybeEqualSingle.java"
NestMembers:
  io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualCoordinator  io.reactivex.internal.operators.maybe.MaybeEqualSingle$EqualObserver
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