final class io.reactivex.internal.functions.Functions$JustValue<T, U> implements java.util.concurrent.Callable<U>, io.reactivex.functions.Function<T, U>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.functions.Functions$JustValue
  super_class: java.lang.Object
{
  final U value;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: TU;

  void <init>();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.functions.Functions$JustValue this
        start local 1 // java.lang.Object value
         0: .line 177
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 178
            aload 0 /* this */
            aload 1 /* value */
            putfield io.reactivex.internal.functions.Functions$JustValue.value:Ljava/lang/Object;
         2: .line 179
            return
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.functions.Functions$JustValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/reactivex/internal/functions/Functions$JustValue<TT;TU;>;
            0    3     1  value  TU;
    Signature: (TU;)V
    MethodParameters:
       Name  Flags
      value  

  public U call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.functions.Functions$JustValue this
         0: .line 183
            aload 0 /* this */
            getfield io.reactivex.internal.functions.Functions$JustValue.value:Ljava/lang/Object;
            areturn
        end local 0 // io.reactivex.internal.functions.Functions$JustValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/functions/Functions$JustValue<TT;TU;>;
    Exceptions:
      throws java.lang.Exception
    Signature: ()TU;

  public U apply();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.reactivex.internal.functions.Functions$JustValue this
        start local 1 // java.lang.Object t
         0: .line 188
            aload 0 /* this */
            getfield io.reactivex.internal.functions.Functions$JustValue.value:Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.functions.Functions$JustValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/functions/Functions$JustValue<TT;TU;>;
            0    1     1     t  TT;
    Exceptions:
      throws java.lang.Exception
    Signature: (TT;)TU;
    MethodParameters:
      Name  Flags
      t     
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/concurrent/Callable<TU;>;Lio/reactivex/functions/Function<TT;TU;>;
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
  final JustValue = io.reactivex.internal.functions.Functions$JustValue of io.reactivex.internal.functions.Functions