final class io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber<T, K> extends io.reactivex.internal.subscribers.BasicFuseableConditionalSubscriber<T, T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber
super_class: io.reactivex.internal.subscribers.BasicFuseableConditionalSubscriber
{
final io.reactivex.functions.Function<? super T, K> keySelector;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-TT;TK;>;
final io.reactivex.functions.BiPredicate<? super K, ? super K> comparer;
descriptor: Lio/reactivex/functions/BiPredicate;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/BiPredicate<-TK;-TK;>;
K last;
descriptor: Ljava/lang/Object;
flags: (0x0000)
Signature: TK;
boolean hasValue;
descriptor: Z
flags: (0x0000)
void <init>(io.reactivex.internal.fuseable.ConditionalSubscriber<? super T>, io.reactivex.functions.Function<? super T, K>, io.reactivex.functions.BiPredicate<? super K, ? super K>);
descriptor: (Lio/reactivex/internal/fuseable/ConditionalSubscriber;Lio/reactivex/functions/Function;Lio/reactivex/functions/BiPredicate;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial io.reactivex.internal.subscribers.BasicFuseableConditionalSubscriber.<init>:(Lio/reactivex/internal/fuseable/ConditionalSubscriber;)V
1: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.keySelector:Lio/reactivex/functions/Function;
2: aload 0
aload 3
putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.comparer:Lio/reactivex/functions/BiPredicate;
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber<TT;TK;>;
0 4 1 actual Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TT;>;
0 4 2 keySelector Lio/reactivex/functions/Function<-TT;TK;>;
0 4 3 comparer Lio/reactivex/functions/BiPredicate<-TK;-TK;>;
Signature: (Lio/reactivex/internal/fuseable/ConditionalSubscriber<-TT;>;Lio/reactivex/functions/Function<-TT;TK;>;Lio/reactivex/functions/BiPredicate<-TK;-TK;>;)V
MethodParameters:
Name Flags
actual
keySelector
comparer
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.tryOnNext:(Ljava/lang/Object;)Z
ifne 2
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.upstream:Lorg/reactivestreams/Subscription;
lconst_1
invokeinterface org.reactivestreams.Subscription.request:(J)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber<TT;TK;>;
0 3 1 t TT;
Signature: (TT;)V
MethodParameters:
Name Flags
t
public boolean tryOnNext();
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.done:Z
ifeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.sourceMode:I
ifeq 4
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
aload 1
invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.tryOnNext:(Ljava/lang/Object;)Z
ireturn
4: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.keySelector:Lio/reactivex/functions/Function;
aload 1
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
astore 2
start local 2 5: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.hasValue:Z
ifeq 10
6: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.comparer:Lio/reactivex/functions/BiPredicate;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.last:Ljava/lang/Object;
aload 2
invokeinterface io.reactivex.functions.BiPredicate.test:(Ljava/lang/Object;Ljava/lang/Object;)Z
istore 3
start local 3 7: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.last:Ljava/lang/Object;
8: iload 3
ifeq 16
9: iconst_0
ireturn
end local 3 10: StackMap locals: java.lang.Object
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.hasValue:Z
11: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.last:Ljava/lang/Object;
12: goto 16
end local 2 StackMap locals: io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber java.lang.Object
StackMap stack: java.lang.Throwable
13: astore 3
start local 3 14: aload 0
aload 3
invokevirtual io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.fail:(Ljava/lang/Throwable;)V
15: iconst_1
ireturn
end local 3 start local 2 16: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.downstream:Lio/reactivex/internal/fuseable/ConditionalSubscriber;
aload 1
invokeinterface io.reactivex.internal.fuseable.ConditionalSubscriber.onNext:(Ljava/lang/Object;)V
17: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lio/reactivex/internal/operators/flowable/FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber<TT;TK;>;
0 18 1 t TT;
5 13 2 key TK;
16 18 2 key TK;
7 10 3 equal Z
14 16 3 ex Ljava/lang/Throwable;
Exception table:
from to target type
4 9 13 Class java.lang.Throwable
10 12 13 Class java.lang.Throwable
Signature: (TT;)Z
MethodParameters:
Name Flags
t
public int requestFusion(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.transitiveBoundaryFusion:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/flowable/FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber<TT;TK;>;
0 1 1 mode I
MethodParameters:
Name Flags
mode
public T poll();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.qs:Lio/reactivex/internal/fuseable/QueueSubscription;
invokeinterface io.reactivex.internal.fuseable.QueueSubscription.poll:()Ljava/lang/Object;
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aconst_null
areturn
3: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.keySelector:Lio/reactivex/functions/Function;
aload 1
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
astore 2
start local 2 4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.hasValue:Z
ifne 8
5: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.hasValue:Z
6: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.last:Ljava/lang/Object;
7: aload 1
areturn
8: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.comparer:Lio/reactivex/functions/BiPredicate;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.last:Ljava/lang/Object;
aload 2
invokeinterface io.reactivex.functions.BiPredicate.test:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifne 11
9: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.last:Ljava/lang/Object;
10: aload 1
areturn
11: StackMap locals:
StackMap stack:
aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.last:Ljava/lang/Object;
12: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.sourceMode:I
iconst_1
if_icmpeq 0
13: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber.upstream:Lorg/reactivestreams/Subscription;
lconst_1
invokeinterface org.reactivestreams.Subscription.request:(J)V
end local 2 end local 1 14: goto 0
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lio/reactivex/internal/operators/flowable/FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber<TT;TK;>;
1 14 1 v TT;
4 14 2 key TK;
Exceptions:
throws java.lang.Exception
Signature: ()TT;
RuntimeInvisibleAnnotations:
io.reactivex.annotations.Nullable()
}
Signature: <T:Ljava/lang/Object;K:Ljava/lang/Object;>Lio/reactivex/internal/subscribers/BasicFuseableConditionalSubscriber<TT;TT;>;
SourceFile: "FlowableDistinctUntilChanged.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged
InnerClasses:
final DistinctUntilChangedConditionalSubscriber = io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedConditionalSubscriber of io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged