final class io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast<T> extends io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SamplePublisherSubscriber<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast
  super_class: io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SamplePublisherSubscriber
{
  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>(org.reactivestreams.Subscriber<? super T>, org.reactivestreams.Publisher<?>);
    descriptor: (Lorg/reactivestreams/Subscriber;Lorg/reactivestreams/Publisher;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // org.reactivestreams.Publisher other
         0: .line 198
            aload 0 /* this */
            aload 1 /* actual */
            aload 2 /* other */
            invokespecial io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SamplePublisherSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lorg/reactivestreams/Publisher;)V
         1: .line 199
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast.wip:Ljava/util/concurrent/atomic/AtomicInteger;
         2: .line 200
            return
        end local 2 // org.reactivestreams.Publisher other
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/flowable/FlowableSamplePublisher$SampleMainEmitLast<TT;>;
            0    3     1  actual  Lorg/reactivestreams/Subscriber<-TT;>;
            0    3     2   other  Lorg/reactivestreams/Publisher<*>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;Lorg/reactivestreams/Publisher<*>;)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.flowable.FlowableSamplePublisher$SampleMainEmitLast this
         0: .line 204
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast.done:Z
         1: .line 205
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast.wip:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            ifne 4
         2: .line 206
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast.emit:()V
         3: .line 207
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         4: .line 209
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableSamplePublisher$SampleMainEmitLast<TT;>;

  void run();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast this
         0: .line 213
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast.wip:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            ifne 7
         1: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast.done:Z
            istore 1 /* d */
        start local 1 // boolean d
         2: .line 216
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast.emit:()V
         3: .line 217
            iload 1 /* d */
            ifeq 6
         4: .line 218
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         5: .line 219
            return
        end local 1 // boolean d
         6: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast.wip:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
            ifne 1
         7: .line 223
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/flowable/FlowableSamplePublisher$SampleMainEmitLast<TT;>;
            2    6     1     d  Z
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/FlowableSamplePublisher$SamplePublisherSubscriber<TT;>;
SourceFile: "FlowableSamplePublisher.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableSamplePublisher
InnerClasses:
  final SampleMainEmitLast = io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainEmitLast of io.reactivex.internal.operators.flowable.FlowableSamplePublisher
  abstract SamplePublisherSubscriber = io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SamplePublisherSubscriber of io.reactivex.internal.operators.flowable.FlowableSamplePublisher