final class io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver<T> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.Observer<T>, io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5677354903406201275

  final io.reactivex.Observer<? super T> downstream;
    descriptor: Lio/reactivex/Observer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/Observer<-TT;>;

  final long time;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.TimeUnit unit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.Scheduler scheduler;
    descriptor: Lio/reactivex/Scheduler;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.internal.queue.SpscLinkedArrayQueue<java.lang.Object> queue;
    descriptor: Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;

  final boolean delayError;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  io.reactivex.disposables.Disposable upstream;
    descriptor: Lio/reactivex/disposables/Disposable;
    flags: (0x0000) 

  volatile boolean cancelled;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  volatile boolean done;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  java.lang.Throwable error;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0000) 

  void <init>(io.reactivex.Observer<? super T>, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler, int, );
    descriptor: (Lio/reactivex/Observer;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IZ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=7
        start local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
        start local 1 // io.reactivex.Observer actual
        start local 2 // long time
        start local 4 // java.util.concurrent.TimeUnit unit
        start local 5 // io.reactivex.Scheduler scheduler
        start local 6 // int bufferSize
        start local 7 // boolean delayError
         0: .line 63
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 64
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.downstream:Lio/reactivex/Observer;
         2: .line 65
            aload 0 /* this */
            lload 2 /* time */
            putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.time:J
         3: .line 66
            aload 0 /* this */
            aload 4 /* unit */
            putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.unit:Ljava/util/concurrent/TimeUnit;
         4: .line 67
            aload 0 /* this */
            aload 5 /* scheduler */
            putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.scheduler:Lio/reactivex/Scheduler;
         5: .line 68
            aload 0 /* this */
            new io.reactivex.internal.queue.SpscLinkedArrayQueue
            dup
            iload 6 /* bufferSize */
            invokespecial io.reactivex.internal.queue.SpscLinkedArrayQueue.<init>:(I)V
            putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
         6: .line 69
            aload 0 /* this */
            iload 7 /* delayError */
            putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.delayError:Z
         7: .line 70
            return
        end local 7 // boolean delayError
        end local 6 // int bufferSize
        end local 5 // io.reactivex.Scheduler scheduler
        end local 4 // java.util.concurrent.TimeUnit unit
        end local 2 // long time
        end local 1 // io.reactivex.Observer actual
        end local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;
            0    8     1      actual  Lio/reactivex/Observer<-TT;>;
            0    8     2        time  J
            0    8     4        unit  Ljava/util/concurrent/TimeUnit;
            0    8     5   scheduler  Lio/reactivex/Scheduler;
            0    8     6  bufferSize  I
            0    8     7  delayError  Z
    Signature: (Lio/reactivex/Observer<-TT;>;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IZ)V
    MethodParameters:
            Name  Flags
      actual      
      time        
      unit        
      scheduler   
      bufferSize  
      delayError  

  public void onSubscribe(io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/disposables/Disposable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 74
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.upstream:Lio/reactivex/disposables/Disposable;
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.validate:(Lio/reactivex/disposables/Disposable;Lio/reactivex/disposables/Disposable;)Z
            ifeq 3
         1: .line 75
            aload 0 /* this */
            aload 1 /* d */
            putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.upstream:Lio/reactivex/disposables/Disposable;
         2: .line 76
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.downstream:Lio/reactivex/Observer;
            aload 0 /* this */
            invokeinterface io.reactivex.Observer.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         3: .line 78
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;
            0    4     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
        start local 1 // java.lang.Object t
         0: .line 82
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            astore 2 /* q */
        start local 2 // io.reactivex.internal.queue.SpscLinkedArrayQueue q
         1: .line 84
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.scheduler:Lio/reactivex/Scheduler;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
            lstore 3 /* now */
        start local 3 // long now
         2: .line 86
            aload 2 /* q */
            lload 3 /* now */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aload 1 /* t */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.offer:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
         3: .line 88
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.drain:()V
         4: .line 89
            return
        end local 3 // long now
        end local 2 // io.reactivex.internal.queue.SpscLinkedArrayQueue q
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;
            0    5     1     t  TT;
            1    5     2     q  Lio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;
            2    5     3   now  J
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
        start local 1 // java.lang.Throwable t
         0: .line 93
            aload 0 /* this */
            aload 1 /* t */
            putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.error:Ljava/lang/Throwable;
         1: .line 94
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.done:Z
         2: .line 95
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.drain:()V
         3: .line 96
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;
            0    4     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
         0: .line 100
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.done:Z
         1: .line 101
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.drain:()V
         2: .line 102
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
         0: .line 106
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.cancelled:Z
            ifne 5
         1: .line 107
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.cancelled:Z
         2: .line 108
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.upstream:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         3: .line 110
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.getAndIncrement:()I
            ifne 5
         4: .line 111
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
         5: .line 114
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
         0: .line 118
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.cancelled:Z
            ireturn
        end local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;

  void drain();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=6, locals=15, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
         0: .line 122
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.getAndIncrement:()I
            ifeq 2
         1: .line 123
            return
         2: .line 126
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* missed */
        start local 1 // int missed
         3: .line 128
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.downstream:Lio/reactivex/Observer;
            astore 2 /* a */
        start local 2 // io.reactivex.Observer a
         4: .line 129
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            astore 3 /* q */
        start local 3 // io.reactivex.internal.queue.SpscLinkedArrayQueue q
         5: .line 130
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.delayError:Z
            istore 4 /* delayError */
        start local 4 // boolean delayError
         6: .line 131
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.unit:Ljava/util/concurrent/TimeUnit;
            astore 5 /* unit */
        start local 5 // java.util.concurrent.TimeUnit unit
         7: .line 132
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.scheduler:Lio/reactivex/Scheduler;
            astore 6 /* scheduler */
        start local 6 // io.reactivex.Scheduler scheduler
         8: .line 133
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.time:J
            lstore 7 /* time */
        start local 7 // long time
         9: .line 138
      StackMap locals: io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver int io.reactivex.Observer io.reactivex.internal.queue.SpscLinkedArrayQueue int java.util.concurrent.TimeUnit io.reactivex.Scheduler long
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.cancelled:Z
            ifeq 12
        10: .line 139
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
        11: .line 140
            return
        12: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.done:Z
            istore 9 /* d */
        start local 9 // boolean d
        13: .line 145
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.peek:()Ljava/lang/Object;
            checkcast java.lang.Long
            astore 10 /* ts */
        start local 10 // java.lang.Long ts
        14: .line 147
            aload 10 /* ts */
            ifnonnull 15
            iconst_1
            goto 16
      StackMap locals: int java.lang.Long
      StackMap stack:
        15: iconst_0
      StackMap locals:
      StackMap stack: int
        16: istore 11 /* empty */
        start local 11 // boolean empty
        17: .line 149
            aload 6 /* scheduler */
            aload 5 /* unit */
            invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
            lstore 12 /* now */
        start local 12 // long now
        18: .line 151
            iload 11 /* empty */
            ifne 20
            aload 10 /* ts */
            invokevirtual java.lang.Long.longValue:()J
            lload 12 /* now */
            lload 7 /* time */
            lsub
            lcmp
            ifle 20
        19: .line 152
            iconst_1
            istore 11 /* empty */
        20: .line 155
      StackMap locals: int long
      StackMap stack:
            iload 9 /* d */
            ifeq 37
        21: .line 156
            iload 4 /* delayError */
            ifeq 29
        22: .line 157
            iload 11 /* empty */
            ifeq 37
        23: .line 158
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.error:Ljava/lang/Throwable;
            astore 14 /* e */
        start local 14 // java.lang.Throwable e
        24: .line 159
            aload 14 /* e */
            ifnull 27
        25: .line 160
            aload 2 /* a */
            aload 14 /* e */
            invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
        26: .line 161
            goto 28
        27: .line 162
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 2 /* a */
            invokeinterface io.reactivex.Observer.onComplete:()V
        28: .line 164
      StackMap locals:
      StackMap stack:
            return
        end local 14 // java.lang.Throwable e
        29: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.error:Ljava/lang/Throwable;
            astore 14 /* e */
        start local 14 // java.lang.Throwable e
        30: .line 168
            aload 14 /* e */
            ifnull 34
        31: .line 169
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
        32: .line 170
            aload 2 /* a */
            aload 14 /* e */
            invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
        33: .line 171
            return
        34: .line 173
      StackMap locals: java.lang.Throwable
      StackMap stack:
            iload 11 /* empty */
            ifeq 37
        35: .line 174
            aload 2 /* a */
            invokeinterface io.reactivex.Observer.onComplete:()V
        36: .line 175
            return
        end local 14 // java.lang.Throwable e
        37: .line 180
      StackMap locals:
      StackMap stack:
            iload 11 /* empty */
            ifeq 39
        38: .line 181
            goto 43
        39: .line 184
      StackMap locals:
      StackMap stack:
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
            pop
        40: .line 186
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
            astore 14 /* v */
        start local 14 // java.lang.Object v
        41: .line 188
            aload 2 /* a */
            aload 14 /* v */
            invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
        end local 14 // java.lang.Object v
        end local 12 // long now
        end local 11 // boolean empty
        end local 10 // java.lang.Long ts
        end local 9 // boolean d
        42: .line 137
            goto 9
        43: .line 191
      StackMap locals: io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver int io.reactivex.Observer io.reactivex.internal.queue.SpscLinkedArrayQueue int java.util.concurrent.TimeUnit io.reactivex.Scheduler long
      StackMap stack:
            aload 0 /* this */
            iload 1 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver.addAndGet:(I)I
            istore 1 /* missed */
        44: .line 192
            iload 1 /* missed */
            ifne 9
        45: .line 196
            return
        end local 7 // long time
        end local 6 // io.reactivex.Scheduler scheduler
        end local 5 // java.util.concurrent.TimeUnit unit
        end local 4 // boolean delayError
        end local 3 // io.reactivex.internal.queue.SpscLinkedArrayQueue q
        end local 2 // io.reactivex.Observer a
        end local 1 // int missed
        end local 0 // io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   46     0        this  Lio/reactivex/internal/operators/observable/ObservableSkipLastTimed$SkipLastTimedObserver<TT;>;
            3   46     1      missed  I
            4   46     2           a  Lio/reactivex/Observer<-TT;>;
            5   46     3           q  Lio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;
            6   46     4  delayError  Z
            7   46     5        unit  Ljava/util/concurrent/TimeUnit;
            8   46     6   scheduler  Lio/reactivex/Scheduler;
            9   46     7        time  J
           13   42     9           d  Z
           14   42    10          ts  Ljava/lang/Long;
           17   42    11       empty  Z
           18   42    12         now  J
           24   29    14           e  Ljava/lang/Throwable;
           30   37    14           e  Ljava/lang/Throwable;
           41   42    14           v  TT;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/Observer<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "ObservableSkipLastTimed.java"
NestHost: io.reactivex.internal.operators.observable.ObservableSkipLastTimed
InnerClasses:
  final SkipLastTimedObserver = io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver of io.reactivex.internal.operators.observable.ObservableSkipLastTimed