public final class io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther<T, U> extends io.reactivex.Flowable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther
  super_class: io.reactivex.Flowable
{
  final org.reactivestreams.Publisher<? extends T> main;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<+TT;>;

  final org.reactivestreams.Publisher<U> other;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<TU;>;

  public void <init>(org.reactivestreams.Publisher<? extends T>, org.reactivestreams.Publisher<U>);
    descriptor: (Lorg/reactivestreams/Publisher;Lorg/reactivestreams/Publisher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther this
        start local 1 // org.reactivestreams.Publisher main
        start local 2 // org.reactivestreams.Publisher other
         0: .line 33
            aload 0 /* this */
            invokespecial io.reactivex.Flowable.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* main */
            putfield io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther.main:Lorg/reactivestreams/Publisher;
         2: .line 35
            aload 0 /* this */
            aload 2 /* other */
            putfield io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther.other:Lorg/reactivestreams/Publisher;
         3: .line 36
            return
        end local 2 // org.reactivestreams.Publisher other
        end local 1 // org.reactivestreams.Publisher main
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther<TT;TU;>;
            0    4     1   main  Lorg/reactivestreams/Publisher<+TT;>;
            0    4     2  other  Lorg/reactivestreams/Publisher<TU;>;
    Signature: (Lorg/reactivestreams/Publisher<+TT;>;Lorg/reactivestreams/Publisher<TU;>;)V
    MethodParameters:
       Name  Flags
      main   
      other  

  public void subscribeActual(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther this
        start local 1 // org.reactivestreams.Subscriber child
         0: .line 40
            new io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber
            dup
            aload 1 /* child */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther.main:Lorg/reactivestreams/Publisher;
            invokespecial io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lorg/reactivestreams/Publisher;)V
            astore 2 /* parent */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber parent
         1: .line 41
            aload 1 /* child */
            aload 2 /* parent */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         2: .line 42
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther.other:Lorg/reactivestreams/Publisher;
            aload 2 /* parent */
            getfield io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber.other:Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber;
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         3: .line 43
            return
        end local 2 // io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber parent
        end local 1 // org.reactivestreams.Subscriber child
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther<TT;TU;>;
            0    4     1   child  Lorg/reactivestreams/Subscriber<-TT;>;
            1    4     2  parent  Lio/reactivex/internal/operators/flowable/FlowableDelaySubscriptionOther$MainSubscriber<TT;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
       Name  Flags
      child  final
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Lio/reactivex/Flowable<TT;>;
SourceFile: "FlowableDelaySubscriptionOther.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber  io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber$OtherSubscriber
InnerClasses:
  final MainSubscriber = io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther$MainSubscriber of io.reactivex.internal.operators.flowable.FlowableDelaySubscriptionOther