public final class io.reactivex.internal.operators.observable.ObservableSampleWithObservable<T> extends io.reactivex.internal.operators.observable.AbstractObservableWithUpstream<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableSampleWithObservable
  super_class: io.reactivex.internal.operators.observable.AbstractObservableWithUpstream
{
  final io.reactivex.ObservableSource<?> other;
    descriptor: Lio/reactivex/ObservableSource;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/ObservableSource<*>;

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

  public void <init>(io.reactivex.ObservableSource<T>, io.reactivex.ObservableSource<?>, );
    descriptor: (Lio/reactivex/ObservableSource;Lio/reactivex/ObservableSource;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.observable.ObservableSampleWithObservable this
        start local 1 // io.reactivex.ObservableSource source
        start local 2 // io.reactivex.ObservableSource other
        start local 3 // boolean emitLast
         0: .line 30
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.observable.AbstractObservableWithUpstream.<init>:(Lio/reactivex/ObservableSource;)V
         1: .line 31
            aload 0 /* this */
            aload 2 /* other */
            putfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable.other:Lio/reactivex/ObservableSource;
         2: .line 32
            aload 0 /* this */
            iload 3 /* emitLast */
            putfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable.emitLast:Z
         3: .line 33
            return
        end local 3 // boolean emitLast
        end local 2 // io.reactivex.ObservableSource other
        end local 1 // io.reactivex.ObservableSource source
        end local 0 // io.reactivex.internal.operators.observable.ObservableSampleWithObservable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/reactivex/internal/operators/observable/ObservableSampleWithObservable<TT;>;
            0    4     1    source  Lio/reactivex/ObservableSource<TT;>;
            0    4     2     other  Lio/reactivex/ObservableSource<*>;
            0    4     3  emitLast  Z
    Signature: (Lio/reactivex/ObservableSource<TT;>;Lio/reactivex/ObservableSource<*>;Z)V
    MethodParameters:
          Name  Flags
      source    
      other     
      emitLast  

  public void subscribeActual(io.reactivex.Observer<? super T>);
    descriptor: (Lio/reactivex/Observer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableSampleWithObservable this
        start local 1 // io.reactivex.Observer t
         0: .line 37
            new io.reactivex.observers.SerializedObserver
            dup
            aload 1 /* t */
            invokespecial io.reactivex.observers.SerializedObserver.<init>:(Lio/reactivex/Observer;)V
            astore 2 /* serial */
        start local 2 // io.reactivex.observers.SerializedObserver serial
         1: .line 38
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable.emitLast:Z
            ifeq 4
         2: .line 39
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable.source:Lio/reactivex/ObservableSource;
            new io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast
            dup
            aload 2 /* serial */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable.other:Lio/reactivex/ObservableSource;
            invokespecial io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast.<init>:(Lio/reactivex/Observer;Lio/reactivex/ObservableSource;)V
            invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
         3: .line 40
            goto 5
         4: .line 41
      StackMap locals: io.reactivex.observers.SerializedObserver
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable.source:Lio/reactivex/ObservableSource;
            new io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast
            dup
            aload 2 /* serial */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableSampleWithObservable.other:Lio/reactivex/ObservableSource;
            invokespecial io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast.<init>:(Lio/reactivex/Observer;Lio/reactivex/ObservableSource;)V
            invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
         5: .line 43
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.reactivex.observers.SerializedObserver serial
        end local 1 // io.reactivex.Observer t
        end local 0 // io.reactivex.internal.operators.observable.ObservableSampleWithObservable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/reactivex/internal/operators/observable/ObservableSampleWithObservable<TT;>;
            0    6     1       t  Lio/reactivex/Observer<-TT;>;
            1    6     2  serial  Lio/reactivex/observers/SerializedObserver<TT;>;
    Signature: (Lio/reactivex/Observer<-TT;>;)V
    MethodParameters:
      Name  Flags
      t     
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/observable/AbstractObservableWithUpstream<TT;TT;>;
SourceFile: "ObservableSampleWithObservable.java"
NestMembers:
  io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast  io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast  io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver  io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SamplerObserver
InnerClasses:
  final SampleMainEmitLast = io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast of io.reactivex.internal.operators.observable.ObservableSampleWithObservable
  final SampleMainNoLast = io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast of io.reactivex.internal.operators.observable.ObservableSampleWithObservable
  abstract SampleMainObserver = io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver of io.reactivex.internal.operators.observable.ObservableSampleWithObservable
  final SamplerObserver = io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SamplerObserver of io.reactivex.internal.operators.observable.ObservableSampleWithObservable