public final class io.reactivex.internal.operators.maybe.MaybeLift<T, R> extends io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream<T, R>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeLift
  super_class: io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream
{
  final io.reactivex.MaybeOperator<? extends R, ? super T> operator;
    descriptor: Lio/reactivex/MaybeOperator;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/MaybeOperator<+TR;-TT;>;

  public void <init>(io.reactivex.MaybeSource<T>, io.reactivex.MaybeOperator<? extends R, ? super T>);
    descriptor: (Lio/reactivex/MaybeSource;Lio/reactivex/MaybeOperator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.maybe.MaybeLift this
        start local 1 // io.reactivex.MaybeSource source
        start local 2 // io.reactivex.MaybeOperator operator
         0: .line 32
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream.<init>:(Lio/reactivex/MaybeSource;)V
         1: .line 33
            aload 0 /* this */
            aload 2 /* operator */
            putfield io.reactivex.internal.operators.maybe.MaybeLift.operator:Lio/reactivex/MaybeOperator;
         2: .line 34
            return
        end local 2 // io.reactivex.MaybeOperator operator
        end local 1 // io.reactivex.MaybeSource source
        end local 0 // io.reactivex.internal.operators.maybe.MaybeLift this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/reactivex/internal/operators/maybe/MaybeLift<TT;TR;>;
            0    3     1    source  Lio/reactivex/MaybeSource<TT;>;
            0    3     2  operator  Lio/reactivex/MaybeOperator<+TR;-TT;>;
    Signature: (Lio/reactivex/MaybeSource<TT;>;Lio/reactivex/MaybeOperator<+TR;-TT;>;)V
    MethodParameters:
          Name  Flags
      source    
      operator  

  protected void subscribeActual(io.reactivex.MaybeObserver<? super R>);
    descriptor: (Lio/reactivex/MaybeObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeLift this
        start local 1 // io.reactivex.MaybeObserver observer
         0: .line 41
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeLift.operator:Lio/reactivex/MaybeOperator;
            aload 1 /* observer */
            invokeinterface io.reactivex.MaybeOperator.apply:(Lio/reactivex/MaybeObserver;)Lio/reactivex/MaybeObserver;
            ldc "The operator returned a null MaybeObserver"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.reactivex.MaybeObserver
            astore 2 /* lifted */
        start local 2 // io.reactivex.MaybeObserver lifted
         1: .line 42
            goto 6
        end local 2 // io.reactivex.MaybeObserver lifted
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         3: .line 43
            aload 3 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 44
            aload 3 /* ex */
            aload 1 /* observer */
            invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/MaybeObserver;)V
         5: .line 45
            return
        end local 3 // java.lang.Throwable ex
        start local 2 // io.reactivex.MaybeObserver lifted
         6: .line 48
      StackMap locals: io.reactivex.MaybeObserver
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeLift.source:Lio/reactivex/MaybeSource;
            aload 2 /* lifted */
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
         7: .line 49
            return
        end local 2 // io.reactivex.MaybeObserver lifted
        end local 1 // io.reactivex.MaybeObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeLift this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lio/reactivex/internal/operators/maybe/MaybeLift<TT;TR;>;
            0    8     1  observer  Lio/reactivex/MaybeObserver<-TR;>;
            1    2     2    lifted  Lio/reactivex/MaybeObserver<-TT;>;
            6    8     2    lifted  Lio/reactivex/MaybeObserver<-TT;>;
            3    6     3        ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    Signature: (Lio/reactivex/MaybeObserver<-TR;>;)V
    MethodParameters:
          Name  Flags
      observer  
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream<TT;TR;>;
SourceFile: "MaybeLift.java"