final class io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber<T, K> extends io.reactivex.internal.subscribers.BasicFuseableSubscriber<T, T> implements io.reactivex.internal.fuseable.ConditionalSubscriber<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber
  super_class: io.reactivex.internal.subscribers.BasicFuseableSubscriber
{
  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>(org.reactivestreams.Subscriber<? super T>, io.reactivex.functions.Function<? super T, K>, io.reactivex.functions.BiPredicate<? super K, ? super K>);
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;Lio/reactivex/functions/BiPredicate;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // io.reactivex.functions.Function keySelector
        start local 3 // io.reactivex.functions.BiPredicate comparer
         0: .line 60
            aload 0 /* this */
            aload 1 /* actual */
            invokespecial io.reactivex.internal.subscribers.BasicFuseableSubscriber.<init>:(Lorg/reactivestreams/Subscriber;)V
         1: .line 61
            aload 0 /* this */
            aload 2 /* keySelector */
            putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.keySelector:Lio/reactivex/functions/Function;
         2: .line 62
            aload 0 /* this */
            aload 3 /* comparer */
            putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.comparer:Lio/reactivex/functions/BiPredicate;
         3: .line 63
            return
        end local 3 // io.reactivex.functions.BiPredicate comparer
        end local 2 // io.reactivex.functions.Function keySelector
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/reactivex/internal/operators/flowable/FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber<TT;TK;>;
            0    4     1       actual  Lorg/reactivestreams/Subscriber<-TT;>;
            0    4     2  keySelector  Lio/reactivex/functions/Function<-TT;TK;>;
            0    4     3     comparer  Lio/reactivex/functions/BiPredicate<-TK;-TK;>;
    Signature: (Lorg/reactivestreams/Subscriber<-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 // io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber this
        start local 1 // java.lang.Object t
         0: .line 67
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.tryOnNext:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 68
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            lconst_1
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         2: .line 70
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber<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 // io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber this
        start local 1 // java.lang.Object t
         0: .line 74
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.done:Z
            ifeq 2
         1: .line 75
            iconst_0
            ireturn
         2: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.sourceMode:I
            ifeq 5
         3: .line 78
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         4: .line 79
            iconst_1
            ireturn
         5: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.keySelector:Lio/reactivex/functions/Function;
            aload 1 /* t */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* key */
        start local 2 // java.lang.Object key
         6: .line 86
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.hasValue:Z
            ifeq 11
         7: .line 87
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.comparer:Lio/reactivex/functions/BiPredicate;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.last:Ljava/lang/Object;
            aload 2 /* key */
            invokeinterface io.reactivex.functions.BiPredicate.test:(Ljava/lang/Object;Ljava/lang/Object;)Z
            istore 3 /* equal */
        start local 3 // boolean equal
         8: .line 88
            aload 0 /* this */
            aload 2 /* key */
            putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.last:Ljava/lang/Object;
         9: .line 89
            iload 3 /* equal */
            ifeq 17
        10: .line 90
            iconst_0
            ireturn
        end local 3 // boolean equal
        11: .line 93
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.hasValue:Z
        12: .line 94
            aload 0 /* this */
            aload 2 /* key */
            putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.last:Ljava/lang/Object;
        13: .line 96
            goto 17
        end local 2 // java.lang.Object key
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber java.lang.Object
      StackMap stack: java.lang.Throwable
        14: astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
        15: .line 97
            aload 0 /* this */
            aload 3 /* ex */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.fail:(Ljava/lang/Throwable;)V
        16: .line 98
            iconst_1
            ireturn
        end local 3 // java.lang.Throwable ex
        start local 2 // java.lang.Object key
        17: .line 101
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        18: .line 102
            iconst_1
            ireturn
        end local 2 // java.lang.Object key
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lio/reactivex/internal/operators/flowable/FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber<TT;TK;>;
            0   19     1      t  TT;
            6   14     2    key  TK;
           17   19     2    key  TK;
            8   11     3  equal  Z
           15   17     3     ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           5    10      14  Class java.lang.Throwable
          11    13      14  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 // io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber this
        start local 1 // int mode
         0: .line 107
            aload 0 /* this */
            iload 1 /* mode */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.transitiveBoundaryFusion:(I)I
            ireturn
        end local 1 // int mode
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber<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 // io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber this
         0: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.qs:Lio/reactivex/internal/fuseable/QueueSubscription;
            invokeinterface io.reactivex.internal.fuseable.QueueSubscription.poll:()Ljava/lang/Object;
            astore 1 /* v */
        start local 1 // java.lang.Object v
         1: .line 115
            aload 1 /* v */
            ifnonnull 3
         2: .line 116
            aconst_null
            areturn
         3: .line 118
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.keySelector:Lio/reactivex/functions/Function;
            aload 1 /* v */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* key */
        start local 2 // java.lang.Object key
         4: .line 119
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.hasValue:Z
            ifne 8
         5: .line 120
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.hasValue:Z
         6: .line 121
            aload 0 /* this */
            aload 2 /* key */
            putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.last:Ljava/lang/Object;
         7: .line 122
            aload 1 /* v */
            areturn
         8: .line 125
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.comparer:Lio/reactivex/functions/BiPredicate;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.last:Ljava/lang/Object;
            aload 2 /* key */
            invokeinterface io.reactivex.functions.BiPredicate.test:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 11
         9: .line 126
            aload 0 /* this */
            aload 2 /* key */
            putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.last:Ljava/lang/Object;
        10: .line 127
            aload 1 /* v */
            areturn
        11: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* key */
            putfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.last:Ljava/lang/Object;
        12: .line 130
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.sourceMode:I
            iconst_1
            if_icmpeq 0
        13: .line 131
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            lconst_1
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        end local 2 // java.lang.Object key
        end local 1 // java.lang.Object v
        14: .line 113
            goto 0
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/reactivex/internal/operators/flowable/FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber<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/BasicFuseableSubscriber<TT;TT;>;Lio/reactivex/internal/fuseable/ConditionalSubscriber<TT;>;
SourceFile: "FlowableDistinctUntilChanged.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged
InnerClasses:
  final DistinctUntilChangedSubscriber = io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged$DistinctUntilChangedSubscriber of io.reactivex.internal.operators.flowable.FlowableDistinctUntilChanged