final class io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast<T> extends io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast
  super_class: io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3029755663834015785

  final java.util.concurrent.atomic.AtomicInteger wip;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0010) ACC_FINAL

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

  void <init>(io.reactivex.Observer<? super T>, io.reactivex.ObservableSource<?>);
    descriptor: (Lio/reactivex/Observer;Lio/reactivex/ObservableSource;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast this
        start local 1 // io.reactivex.Observer actual
        start local 2 // io.reactivex.ObservableSource other
         0: .line 183
            aload 0 /* this */
            aload 1 /* actual */
            aload 2 /* other */
            invokespecial io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver.<init>:(Lio/reactivex/Observer;Lio/reactivex/ObservableSource;)V
         1: .line 184
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast.wip:Ljava/util/concurrent/atomic/AtomicInteger;
         2: .line 185
            return
        end local 2 // io.reactivex.ObservableSource other
        end local 1 // io.reactivex.Observer actual
        end local 0 // io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/observable/ObservableSampleWithObservable$SampleMainEmitLast<TT;>;
            0    3     1  actual  Lio/reactivex/Observer<-TT;>;
            0    3     2   other  Lio/reactivex/ObservableSource<*>;
    Signature: (Lio/reactivex/Observer<-TT;>;Lio/reactivex/ObservableSource<*>;)V
    MethodParameters:
        Name  Flags
      actual  
      other   

  void completion();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast this
         0: .line 189
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast.done:Z
         1: .line 190
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast.wip:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            ifne 4
         2: .line 191
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast.emit:()V
         3: .line 192
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast.downstream:Lio/reactivex/Observer;
            invokeinterface io.reactivex.Observer.onComplete:()V
         4: .line 194
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/observable/ObservableSampleWithObservable$SampleMainEmitLast<TT;>;

  void run();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast this
         0: .line 198
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast.wip:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            ifne 7
         1: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast.done:Z
            istore 1 /* d */
        start local 1 // boolean d
         2: .line 201
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast.emit:()V
         3: .line 202
            iload 1 /* d */
            ifeq 6
         4: .line 203
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast.downstream:Lio/reactivex/Observer;
            invokeinterface io.reactivex.Observer.onComplete:()V
         5: .line 204
            return
        end local 1 // boolean d
         6: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast.wip:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
            ifne 1
         7: .line 208
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/observable/ObservableSampleWithObservable$SampleMainEmitLast<TT;>;
            2    6     1     d  Z
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/observable/ObservableSampleWithObservable$SampleMainObserver<TT;>;
SourceFile: "ObservableSampleWithObservable.java"
NestHost: io.reactivex.internal.operators.observable.ObservableSampleWithObservable
InnerClasses:
  final SampleMainEmitLast = io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast of io.reactivex.internal.operators.observable.ObservableSampleWithObservable
  abstract SampleMainObserver = io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver of io.reactivex.internal.operators.observable.ObservableSampleWithObservable