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

  final io.reactivex.MaybeSource<? extends T> fallback;
    descriptor: Lio/reactivex/MaybeSource;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/MaybeSource<+TT;>;

  public void <init>(io.reactivex.MaybeSource<T>, org.reactivestreams.Publisher<U>, io.reactivex.MaybeSource<? extends T>);
    descriptor: (Lio/reactivex/MaybeSource;Lorg/reactivestreams/Publisher;Lio/reactivex/MaybeSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher this
        start local 1 // io.reactivex.MaybeSource source
        start local 2 // org.reactivestreams.Publisher other
        start local 3 // io.reactivex.MaybeSource fallback
         0: .line 41
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream.<init>:(Lio/reactivex/MaybeSource;)V
         1: .line 42
            aload 0 /* this */
            aload 2 /* other */
            putfield io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher.other:Lorg/reactivestreams/Publisher;
         2: .line 43
            aload 0 /* this */
            aload 3 /* fallback */
            putfield io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher.fallback:Lio/reactivex/MaybeSource;
         3: .line 44
            return
        end local 3 // io.reactivex.MaybeSource fallback
        end local 2 // org.reactivestreams.Publisher other
        end local 1 // io.reactivex.MaybeSource source
        end local 0 // io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/reactivex/internal/operators/maybe/MaybeTimeoutPublisher<TT;TU;>;
            0    4     1    source  Lio/reactivex/MaybeSource<TT;>;
            0    4     2     other  Lorg/reactivestreams/Publisher<TU;>;
            0    4     3  fallback  Lio/reactivex/MaybeSource<+TT;>;
    Signature: (Lio/reactivex/MaybeSource<TT;>;Lorg/reactivestreams/Publisher<TU;>;Lio/reactivex/MaybeSource<+TT;>;)V
    MethodParameters:
          Name  Flags
      source    
      other     
      fallback  

  protected void subscribeActual(io.reactivex.MaybeObserver<? super T>);
    descriptor: (Lio/reactivex/MaybeObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher this
        start local 1 // io.reactivex.MaybeObserver observer
         0: .line 48
            new io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutMainMaybeObserver
            dup
            aload 1 /* observer */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher.fallback:Lio/reactivex/MaybeSource;
            invokespecial io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutMainMaybeObserver.<init>:(Lio/reactivex/MaybeObserver;Lio/reactivex/MaybeSource;)V
            astore 2 /* parent */
        start local 2 // io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutMainMaybeObserver parent
         1: .line 49
            aload 1 /* observer */
            aload 2 /* parent */
            invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         2: .line 51
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher.other:Lorg/reactivestreams/Publisher;
            aload 2 /* parent */
            getfield io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutMainMaybeObserver.other:Lio/reactivex/internal/operators/maybe/MaybeTimeoutPublisher$TimeoutOtherMaybeObserver;
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         3: .line 53
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher.source:Lio/reactivex/MaybeSource;
            aload 2 /* parent */
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
         4: .line 54
            return
        end local 2 // io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutMainMaybeObserver parent
        end local 1 // io.reactivex.MaybeObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/reactivex/internal/operators/maybe/MaybeTimeoutPublisher<TT;TU;>;
            0    5     1  observer  Lio/reactivex/MaybeObserver<-TT;>;
            1    5     2    parent  Lio/reactivex/internal/operators/maybe/MaybeTimeoutPublisher$TimeoutMainMaybeObserver<TT;TU;>;
    Signature: (Lio/reactivex/MaybeObserver<-TT;>;)V
    MethodParameters:
          Name  Flags
      observer  
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream<TT;TT;>;
SourceFile: "MaybeTimeoutPublisher.java"
NestMembers:
  io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutFallbackMaybeObserver  io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutMainMaybeObserver  io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutOtherMaybeObserver
InnerClasses:
  final TimeoutFallbackMaybeObserver = io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutFallbackMaybeObserver of io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher
  final TimeoutMainMaybeObserver = io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutMainMaybeObserver of io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher
  final TimeoutOtherMaybeObserver = io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher$TimeoutOtherMaybeObserver of io.reactivex.internal.operators.maybe.MaybeTimeoutPublisher