public final class io.reactivex.internal.operators.flowable.FlowableJust<T> extends io.reactivex.Flowable<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.flowable.FlowableJust
  super_class: io.reactivex.Flowable
{
  private final T value;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, 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.flowable.FlowableJust this
        start local 1 // java.lang.Object value
         0: .line 28
            aload 0 /* this */
            invokespecial io.reactivex.Flowable.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* value */
            putfield io.reactivex.internal.operators.flowable.FlowableJust.value:Ljava/lang/Object;
         2: .line 30
            return
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.flowable.FlowableJust this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/reactivex/internal/operators/flowable/FlowableJust<TT;>;
            0    3     1  value  TT;
    Signature: (TT;)V
    MethodParameters:
       Name  Flags
      value  final

  protected void subscribeActual(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableJust this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 34
            aload 1 /* s */
            new io.reactivex.internal.subscriptions.ScalarSubscription
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableJust.value:Ljava/lang/Object;
            invokespecial io.reactivex.internal.subscriptions.ScalarSubscription.<init>:(Lorg/reactivestreams/Subscriber;Ljava/lang/Object;)V
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         1: .line 35
            return
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableJust this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableJust<TT;>;
            0    2     1     s  Lorg/reactivestreams/Subscriber<-TT;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
      Name  Flags
      s     

  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.flowable.FlowableJust this
         0: .line 39
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableJust.value:Ljava/lang/Object;
            areturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableJust this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableJust<TT;>;
    Signature: ()TT;
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/Flowable<TT;>;Lio/reactivex/internal/fuseable/ScalarCallable<TT;>;
SourceFile: "FlowableJust.java"