public final class io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle<T> extends io.reactivex.Single<java.lang.Boolean> implements io.reactivex.internal.fuseable.FuseToFlowable<java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle
  super_class: io.reactivex.Single
{
  final org.reactivestreams.Publisher<? extends T> first;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<+TT;>;

  final org.reactivestreams.Publisher<? extends T> second;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<+TT;>;

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

  final int prefetch;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  public void <init>(org.reactivestreams.Publisher<? extends T>, org.reactivestreams.Publisher<? extends T>, io.reactivex.functions.BiPredicate<? super T, ? super T>, );
    descriptor: (Lorg/reactivestreams/Publisher;Lorg/reactivestreams/Publisher;Lio/reactivex/functions/BiPredicate;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle this
        start local 1 // org.reactivestreams.Publisher first
        start local 2 // org.reactivestreams.Publisher second
        start local 3 // io.reactivex.functions.BiPredicate comparer
        start local 4 // int prefetch
         0: .line 36
            aload 0 /* this */
            invokespecial io.reactivex.Single.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* first */
            putfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.first:Lorg/reactivestreams/Publisher;
         2: .line 39
            aload 0 /* this */
            aload 2 /* second */
            putfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.second:Lorg/reactivestreams/Publisher;
         3: .line 40
            aload 0 /* this */
            aload 3 /* comparer */
            putfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.comparer:Lio/reactivex/functions/BiPredicate;
         4: .line 41
            aload 0 /* this */
            iload 4 /* prefetch */
            putfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.prefetch:I
         5: .line 42
            return
        end local 4 // int prefetch
        end local 3 // io.reactivex.functions.BiPredicate comparer
        end local 2 // org.reactivestreams.Publisher second
        end local 1 // org.reactivestreams.Publisher first
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/reactivex/internal/operators/flowable/FlowableSequenceEqualSingle<TT;>;
            0    6     1     first  Lorg/reactivestreams/Publisher<+TT;>;
            0    6     2    second  Lorg/reactivestreams/Publisher<+TT;>;
            0    6     3  comparer  Lio/reactivex/functions/BiPredicate<-TT;-TT;>;
            0    6     4  prefetch  I
    Signature: (Lorg/reactivestreams/Publisher<+TT;>;Lorg/reactivestreams/Publisher<+TT;>;Lio/reactivex/functions/BiPredicate<-TT;-TT;>;I)V
    MethodParameters:
          Name  Flags
      first     
      second    
      comparer  
      prefetch  

  public void subscribeActual(io.reactivex.SingleObserver<? super java.lang.Boolean>);
    descriptor: (Lio/reactivex/SingleObserver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle this
        start local 1 // io.reactivex.SingleObserver observer
         0: .line 46
            new io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle$EqualCoordinator
            dup
            aload 1 /* observer */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.prefetch:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.comparer:Lio/reactivex/functions/BiPredicate;
            invokespecial io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle$EqualCoordinator.<init>:(Lio/reactivex/SingleObserver;ILio/reactivex/functions/BiPredicate;)V
            astore 2 /* parent */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle$EqualCoordinator parent
         1: .line 47
            aload 1 /* observer */
            aload 2 /* parent */
            invokeinterface io.reactivex.SingleObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         2: .line 48
            aload 2 /* parent */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.first:Lorg/reactivestreams/Publisher;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.second:Lorg/reactivestreams/Publisher;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle$EqualCoordinator.subscribe:(Lorg/reactivestreams/Publisher;Lorg/reactivestreams/Publisher;)V
         3: .line 49
            return
        end local 2 // io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle$EqualCoordinator parent
        end local 1 // io.reactivex.SingleObserver observer
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/reactivex/internal/operators/flowable/FlowableSequenceEqualSingle<TT;>;
            0    4     1  observer  Lio/reactivex/SingleObserver<-Ljava/lang/Boolean;>;
            1    4     2    parent  Lio/reactivex/internal/operators/flowable/FlowableSequenceEqualSingle$EqualCoordinator<TT;>;
    Signature: (Lio/reactivex/SingleObserver<-Ljava/lang/Boolean;>;)V
    MethodParameters:
          Name  Flags
      observer  

  public io.reactivex.Flowable<java.lang.Boolean> fuseToFlowable();
    descriptor: ()Lio/reactivex/Flowable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle this
         0: .line 53
            new io.reactivex.internal.operators.flowable.FlowableSequenceEqual
            dup
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.first:Lorg/reactivestreams/Publisher;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.second:Lorg/reactivestreams/Publisher;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.comparer:Lio/reactivex/functions/BiPredicate;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.prefetch:I
            invokespecial io.reactivex.internal.operators.flowable.FlowableSequenceEqual.<init>:(Lorg/reactivestreams/Publisher;Lorg/reactivestreams/Publisher;Lio/reactivex/functions/BiPredicate;I)V
            invokestatic io.reactivex.plugins.RxJavaPlugins.onAssembly:(Lio/reactivex/Flowable;)Lio/reactivex/Flowable;
            areturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableSequenceEqualSingle<TT;>;
    Signature: ()Lio/reactivex/Flowable<Ljava/lang/Boolean;>;
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Single<Ljava/lang/Boolean;>;Lio/reactivex/internal/fuseable/FuseToFlowable<Ljava/lang/Boolean;>;
SourceFile: "FlowableSequenceEqualSingle.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle$EqualCoordinator
InnerClasses:
  final EqualCoordinator = io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle$EqualCoordinator of io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle