public final class io.reactivex.internal.operators.maybe.MaybeFromFuture<T> extends io.reactivex.Maybe<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeFromFuture
  super_class: io.reactivex.Maybe
{
  final java.util.concurrent.Future<? extends T> future;
    descriptor: Ljava/util/concurrent/Future;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/Future<+TT;>;

  final long timeout;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.TimeUnit unit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0010) ACC_FINAL

  public void <init>(java.util.concurrent.Future<? extends T>, long, java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/Future;JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFromFuture this
        start local 1 // java.util.concurrent.Future future
        start local 2 // long timeout
        start local 4 // java.util.concurrent.TimeUnit unit
         0: .line 36
            aload 0 /* this */
            invokespecial io.reactivex.Maybe.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* future */
            putfield io.reactivex.internal.operators.maybe.MaybeFromFuture.future:Ljava/util/concurrent/Future;
         2: .line 38
            aload 0 /* this */
            lload 2 /* timeout */
            putfield io.reactivex.internal.operators.maybe.MaybeFromFuture.timeout:J
         3: .line 39
            aload 0 /* this */
            aload 4 /* unit */
            putfield io.reactivex.internal.operators.maybe.MaybeFromFuture.unit:Ljava/util/concurrent/TimeUnit;
         4: .line 40
            return
        end local 4 // java.util.concurrent.TimeUnit unit
        end local 2 // long timeout
        end local 1 // java.util.concurrent.Future future
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFromFuture this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/reactivex/internal/operators/maybe/MaybeFromFuture<TT;>;
            0    5     1   future  Ljava/util/concurrent/Future<+TT;>;
            0    5     2  timeout  J
            0    5     4     unit  Ljava/util/concurrent/TimeUnit;
    Signature: (Ljava/util/concurrent/Future<+TT;>;JLjava/util/concurrent/TimeUnit;)V
    MethodParameters:
         Name  Flags
      future   
      timeout  
      unit     

  protected void subscribeActual(io.reactivex.MaybeObserver<? super T>);
    descriptor: (Lio/reactivex/MaybeObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFromFuture this
        start local 1 // io.reactivex.MaybeObserver observer
         0: .line 44
            invokestatic io.reactivex.disposables.Disposables.empty:()Lio/reactivex/disposables/Disposable;
            astore 2 /* d */
        start local 2 // io.reactivex.disposables.Disposable d
         1: .line 45
            aload 1 /* observer */
            aload 2 /* d */
            invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         2: .line 46
            aload 2 /* d */
            invokeinterface io.reactivex.disposables.Disposable.isDisposed:()Z
            ifne 20
         3: .line 49
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFromFuture.timeout:J
            lconst_0
            lcmp
            ifgt 6
         4: .line 50
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFromFuture.future:Ljava/util/concurrent/Future;
            invokeinterface java.util.concurrent.Future.get:()Ljava/lang/Object;
            astore 3 /* v */
        start local 3 // java.lang.Object v
         5: .line 51
            goto 15
        end local 3 // java.lang.Object v
         6: .line 52
      StackMap locals: io.reactivex.disposables.Disposable
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFromFuture.future:Ljava/util/concurrent/Future;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFromFuture.timeout:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFromFuture.unit:Ljava/util/concurrent/TimeUnit;
            invokeinterface java.util.concurrent.Future.get:(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
            astore 3 /* v */
        start local 3 // java.lang.Object v
         7: .line 54
            goto 15
        end local 3 // java.lang.Object v
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4 /* ex */
        start local 4 // java.lang.Throwable ex
         9: .line 55
            aload 4 /* ex */
            instanceof java.util.concurrent.ExecutionException
            ifeq 11
        10: .line 56
            aload 4 /* ex */
            invokevirtual java.lang.Throwable.getCause:()Ljava/lang/Throwable;
            astore 4 /* ex */
        11: .line 58
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeFromFuture io.reactivex.MaybeObserver io.reactivex.disposables.Disposable top java.lang.Throwable
      StackMap stack:
            aload 4 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        12: .line 59
            aload 2 /* d */
            invokeinterface io.reactivex.disposables.Disposable.isDisposed:()Z
            ifne 14
        13: .line 60
            aload 1 /* observer */
            aload 4 /* ex */
            invokeinterface io.reactivex.MaybeObserver.onError:(Ljava/lang/Throwable;)V
        14: .line 62
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.Throwable ex
        start local 3 // java.lang.Object v
        15: .line 64
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeFromFuture io.reactivex.MaybeObserver io.reactivex.disposables.Disposable java.lang.Object
      StackMap stack:
            aload 2 /* d */
            invokeinterface io.reactivex.disposables.Disposable.isDisposed:()Z
            ifne 20
        16: .line 65
            aload 3 /* v */
            ifnonnull 19
        17: .line 66
            aload 1 /* observer */
            invokeinterface io.reactivex.MaybeObserver.onComplete:()V
        18: .line 67
            goto 20
        19: .line 68
      StackMap locals:
      StackMap stack:
            aload 1 /* observer */
            aload 3 /* v */
            invokeinterface io.reactivex.MaybeObserver.onSuccess:(Ljava/lang/Object;)V
        end local 3 // java.lang.Object v
        20: .line 72
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.reactivex.disposables.Disposable d
        end local 1 // io.reactivex.MaybeObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFromFuture this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0      this  Lio/reactivex/internal/operators/maybe/MaybeFromFuture<TT;>;
            0   21     1  observer  Lio/reactivex/MaybeObserver<-TT;>;
            1   21     2         d  Lio/reactivex/disposables/Disposable;
            5    6     3         v  TT;
            7    8     3         v  TT;
           15   20     3         v  TT;
            9   15     4        ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     7       8  Class java.lang.Throwable
    Signature: (Lio/reactivex/MaybeObserver<-TT;>;)V
    MethodParameters:
          Name  Flags
      observer  
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Maybe<TT;>;
SourceFile: "MaybeFromFuture.java"