abstract class io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream<T, R> extends io.reactivex.Maybe<R> implements io.reactivex.internal.fuseable.HasUpstreamMaybeSource<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream
  super_class: io.reactivex.Maybe
{
  protected final io.reactivex.MaybeSource<T> source;
    descriptor: Lio/reactivex/MaybeSource;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Lio/reactivex/MaybeSource<TT;>;

  void <init>(io.reactivex.MaybeSource<T>);
    descriptor: (Lio/reactivex/MaybeSource;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream this
        start local 1 // io.reactivex.MaybeSource source
         0: .line 29
            aload 0 /* this */
            invokespecial io.reactivex.Maybe.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream.source:Lio/reactivex/MaybeSource;
         2: .line 31
            return
        end local 1 // io.reactivex.MaybeSource source
        end local 0 // io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream<TT;TR;>;
            0    3     1  source  Lio/reactivex/MaybeSource<TT;>;
    Signature: (Lio/reactivex/MaybeSource<TT;>;)V
    MethodParameters:
        Name  Flags
      source  

  public final io.reactivex.MaybeSource<T> source();
    descriptor: ()Lio/reactivex/MaybeSource;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream this
         0: .line 35
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream.source:Lio/reactivex/MaybeSource;
            areturn
        end local 0 // io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream<TT;TR;>;
    Signature: ()Lio/reactivex/MaybeSource<TT;>;
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/Maybe<TR;>;Lio/reactivex/internal/fuseable/HasUpstreamMaybeSource<TT;>;
SourceFile: "AbstractMaybeWithUpstream.java"