final class io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainNoLast<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$SampleMainNoLast
  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

  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$SampleMainNoLast this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // org.reactivestreams.Publisher other
         0: .line 175
            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 176
            return
        end local 2 // org.reactivestreams.Publisher other
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainNoLast this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/reactivex/internal/operators/flowable/FlowableSamplePublisher$SampleMainNoLast<TT;>;
            0    2     1  actual  Lorg/reactivestreams/Subscriber<-TT;>;
            0    2     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=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainNoLast this
         0: .line 180
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainNoLast.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         1: .line 181
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainNoLast this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableSamplePublisher$SampleMainNoLast<TT;>;

  void run();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainNoLast this
         0: .line 185
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainNoLast.emit:()V
         1: .line 186
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainNoLast this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableSamplePublisher$SampleMainNoLast<TT;>;
}
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 SampleMainNoLast = io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SampleMainNoLast of io.reactivex.internal.operators.flowable.FlowableSamplePublisher
  abstract SamplePublisherSubscriber = io.reactivex.internal.operators.flowable.FlowableSamplePublisher$SamplePublisherSubscriber of io.reactivex.internal.operators.flowable.FlowableSamplePublisher