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 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial io.reactivex.Single.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.first:Lorg/reactivestreams/Publisher;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.second:Lorg/reactivestreams/Publisher;
3: aload 0
aload 3
putfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.comparer:Lio/reactivex/functions/BiPredicate;
4: aload 0
iload 4
putfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.prefetch:I
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: new io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle$EqualCoordinator
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.prefetch:I
aload 0
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
start local 2 1: aload 1
aload 2
invokeinterface io.reactivex.SingleObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
2: aload 2
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.first:Lorg/reactivestreams/Publisher;
aload 0
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: return
end local 2 end local 1 end local 0 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 0: new io.reactivex.internal.operators.flowable.FlowableSequenceEqual
dup
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.first:Lorg/reactivestreams/Publisher;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.second:Lorg/reactivestreams/Publisher;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSequenceEqualSingle.comparer:Lio/reactivex/functions/BiPredicate;
aload 0
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 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