public final class io.reactivex.internal.operators.maybe.MaybeJust<T> extends io.reactivex.Maybe<T> implements io.reactivex.internal.fuseable.ScalarCallable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeJust
  super_class: io.reactivex.Maybe
{
  final T value;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: TT;

  public void <init>();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeJust this
        start local 1 // java.lang.Object value
         0: .line 29
            aload 0 /* this */
            invokespecial io.reactivex.Maybe.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* value */
            putfield io.reactivex.internal.operators.maybe.MaybeJust.value:Ljava/lang/Object;
         2: .line 31
            return
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.maybe.MaybeJust this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/reactivex/internal/operators/maybe/MaybeJust<TT;>;
            0    3     1  value  TT;
    Signature: (TT;)V
    MethodParameters:
       Name  Flags
      value  

  protected void subscribeActual(io.reactivex.MaybeObserver<? super T>);
    descriptor: (Lio/reactivex/MaybeObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeJust this
        start local 1 // io.reactivex.MaybeObserver observer
         0: .line 35
            aload 1 /* observer */
            invokestatic io.reactivex.disposables.Disposables.disposed:()Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.MaybeObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         1: .line 36
            aload 1 /* observer */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeJust.value:Ljava/lang/Object;
            invokeinterface io.reactivex.MaybeObserver.onSuccess:(Ljava/lang/Object;)V
         2: .line 37
            return
        end local 1 // io.reactivex.MaybeObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeJust this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/reactivex/internal/operators/maybe/MaybeJust<TT;>;
            0    3     1  observer  Lio/reactivex/MaybeObserver<-TT;>;
    Signature: (Lio/reactivex/MaybeObserver<-TT;>;)V
    MethodParameters:
          Name  Flags
      observer  

  public T call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeJust this
         0: .line 41
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeJust.value:Ljava/lang/Object;
            areturn
        end local 0 // io.reactivex.internal.operators.maybe.MaybeJust this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeJust<TT;>;
    Signature: ()TT;
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Maybe<TT;>;Lio/reactivex/internal/fuseable/ScalarCallable<TT;>;
SourceFile: "MaybeJust.java"