public final class io.reactivex.internal.operators.flowable.FlowableTimeout<T, U, V> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableTimeout
  super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
  final org.reactivestreams.Publisher<U> firstTimeoutIndicator;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<TU;>;

  final io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<V>> itemTimeoutIndicator;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<TV;>;>;

  final org.reactivestreams.Publisher<? extends T> other;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<+TT;>;

  public void <init>(io.reactivex.Flowable<T>, org.reactivestreams.Publisher<U>, io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<V>>, org.reactivestreams.Publisher<? extends T>);
    descriptor: (Lio/reactivex/Flowable;Lorg/reactivestreams/Publisher;Lio/reactivex/functions/Function;Lorg/reactivestreams/Publisher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTimeout this
        start local 1 // io.reactivex.Flowable source
        start local 2 // org.reactivestreams.Publisher firstTimeoutIndicator
        start local 3 // io.reactivex.functions.Function itemTimeoutIndicator
        start local 4 // org.reactivestreams.Publisher other
         0: .line 41
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
         1: .line 42
            aload 0 /* this */
            aload 2 /* firstTimeoutIndicator */
            putfield io.reactivex.internal.operators.flowable.FlowableTimeout.firstTimeoutIndicator:Lorg/reactivestreams/Publisher;
         2: .line 43
            aload 0 /* this */
            aload 3 /* itemTimeoutIndicator */
            putfield io.reactivex.internal.operators.flowable.FlowableTimeout.itemTimeoutIndicator:Lio/reactivex/functions/Function;
         3: .line 44
            aload 0 /* this */
            aload 4 /* other */
            putfield io.reactivex.internal.operators.flowable.FlowableTimeout.other:Lorg/reactivestreams/Publisher;
         4: .line 45
            return
        end local 4 // org.reactivestreams.Publisher other
        end local 3 // io.reactivex.functions.Function itemTimeoutIndicator
        end local 2 // org.reactivestreams.Publisher firstTimeoutIndicator
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTimeout this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lio/reactivex/internal/operators/flowable/FlowableTimeout<TT;TU;TV;>;
            0    5     1                 source  Lio/reactivex/Flowable<TT;>;
            0    5     2  firstTimeoutIndicator  Lorg/reactivestreams/Publisher<TU;>;
            0    5     3   itemTimeoutIndicator  Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<TV;>;>;
            0    5     4                  other  Lorg/reactivestreams/Publisher<+TT;>;
    Signature: (Lio/reactivex/Flowable<TT;>;Lorg/reactivestreams/Publisher<TU;>;Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<TV;>;>;Lorg/reactivestreams/Publisher<+TT;>;)V
    MethodParameters:
                       Name  Flags
      source                 
      firstTimeoutIndicator  
      itemTimeoutIndicator   
      other                  

  protected void subscribeActual(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTimeout this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 49
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTimeout.other:Lorg/reactivestreams/Publisher;
            ifnonnull 6
         1: .line 50
            new io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutSubscriber
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTimeout.itemTimeoutIndicator:Lio/reactivex/functions/Function;
            invokespecial io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;)V
            astore 2 /* parent */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutSubscriber parent
         2: .line 51
            aload 1 /* s */
            aload 2 /* parent */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 52
            aload 2 /* parent */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTimeout.firstTimeoutIndicator:Lorg/reactivestreams/Publisher;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutSubscriber.startFirstTimeout:(Lorg/reactivestreams/Publisher;)V
         4: .line 53
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTimeout.source:Lio/reactivex/Flowable;
            aload 2 /* parent */
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
        end local 2 // io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutSubscriber parent
         5: .line 54
            goto 10
         6: .line 55
      StackMap locals:
      StackMap stack:
            new io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutFallbackSubscriber
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTimeout.itemTimeoutIndicator:Lio/reactivex/functions/Function;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTimeout.other:Lorg/reactivestreams/Publisher;
            invokespecial io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutFallbackSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;Lorg/reactivestreams/Publisher;)V
            astore 2 /* parent */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutFallbackSubscriber parent
         7: .line 56
            aload 1 /* s */
            aload 2 /* parent */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         8: .line 57
            aload 2 /* parent */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTimeout.firstTimeoutIndicator:Lorg/reactivestreams/Publisher;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutFallbackSubscriber.startFirstTimeout:(Lorg/reactivestreams/Publisher;)V
         9: .line 58
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTimeout.source:Lio/reactivex/Flowable;
            aload 2 /* parent */
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
        end local 2 // io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutFallbackSubscriber parent
        10: .line 60
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTimeout this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lio/reactivex/internal/operators/flowable/FlowableTimeout<TT;TU;TV;>;
            0   11     1       s  Lorg/reactivestreams/Subscriber<-TT;>;
            2    5     2  parent  Lio/reactivex/internal/operators/flowable/FlowableTimeout$TimeoutSubscriber<TT;>;
            7   10     2  parent  Lio/reactivex/internal/operators/flowable/FlowableTimeout$TimeoutFallbackSubscriber<TT;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
      Name  Flags
      s     
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;V:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TT;>;
SourceFile: "FlowableTimeout.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutConsumer  io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutFallbackSubscriber  io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutSelectorSupport  io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutSubscriber
InnerClasses:
  final TimeoutConsumer = io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutConsumer of io.reactivex.internal.operators.flowable.FlowableTimeout
  final TimeoutFallbackSubscriber = io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutFallbackSubscriber of io.reactivex.internal.operators.flowable.FlowableTimeout
  abstract TimeoutSelectorSupport = io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutSelectorSupport of io.reactivex.internal.operators.flowable.FlowableTimeout
  final TimeoutSubscriber = io.reactivex.internal.operators.flowable.FlowableTimeout$TimeoutSubscriber of io.reactivex.internal.operators.flowable.FlowableTimeout