public final class org.springframework.boot.util.LambdaSafe$InvocationResult<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.util.LambdaSafe$InvocationResult
  super_class: java.lang.Object
{
  private static final org.springframework.boot.util.LambdaSafe$InvocationResult<?> NONE;
    descriptor: Lorg/springframework/boot/util/LambdaSafe$InvocationResult;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/springframework/boot/util/LambdaSafe$InvocationResult<*>;

  private final R value;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TR;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 366
            new org.springframework.boot.util.LambdaSafe$InvocationResult
            dup
            aconst_null
            invokespecial org.springframework.boot.util.LambdaSafe$InvocationResult.<init>:(Ljava/lang/Object;)V
            putstatic org.springframework.boot.util.LambdaSafe$InvocationResult.NONE:Lorg/springframework/boot/util/LambdaSafe$InvocationResult;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.util.LambdaSafe$InvocationResult this
        start local 1 // java.lang.Object value
         0: .line 370
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 371
            aload 0 /* this */
            aload 1 /* value */
            putfield org.springframework.boot.util.LambdaSafe$InvocationResult.value:Ljava/lang/Object;
         2: .line 372
            return
        end local 1 // java.lang.Object value
        end local 0 // org.springframework.boot.util.LambdaSafe$InvocationResult this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/springframework/boot/util/LambdaSafe$InvocationResult<TR;>;
            0    3     1  value  TR;
    Signature: (TR;)V
    MethodParameters:
       Name  Flags
      value  

  public boolean hasResult();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.boot.util.LambdaSafe$InvocationResult this
         0: .line 379
            aload 0 /* this */
            getstatic org.springframework.boot.util.LambdaSafe$InvocationResult.NONE:Lorg/springframework/boot/util/LambdaSafe$InvocationResult;
            if_acmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.springframework.boot.util.LambdaSafe$InvocationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/boot/util/LambdaSafe$InvocationResult<TR;>;

  public R get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.util.LambdaSafe$InvocationResult this
         0: .line 388
            aload 0 /* this */
            getfield org.springframework.boot.util.LambdaSafe$InvocationResult.value:Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.boot.util.LambdaSafe$InvocationResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/util/LambdaSafe$InvocationResult<TR;>;
    Signature: ()TR;

  public R get();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.util.LambdaSafe$InvocationResult this
        start local 1 // java.lang.Object fallback
         0: .line 398
            aload 0 /* this */
            getstatic org.springframework.boot.util.LambdaSafe$InvocationResult.NONE:Lorg/springframework/boot/util/LambdaSafe$InvocationResult;
            if_acmpeq 1
            aload 0 /* this */
            getfield org.springframework.boot.util.LambdaSafe$InvocationResult.value:Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* fallback */
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 1 // java.lang.Object fallback
        end local 0 // org.springframework.boot.util.LambdaSafe$InvocationResult this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/springframework/boot/util/LambdaSafe$InvocationResult<TR;>;
            0    3     1  fallback  TR;
    Signature: (TR;)TR;
    MethodParameters:
          Name  Flags
      fallback  

  public static <R> org.springframework.boot.util.LambdaSafe$InvocationResult<R> of(R);
    descriptor: (Ljava/lang/Object;)Lorg/springframework/boot/util/LambdaSafe$InvocationResult;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object value
         0: .line 408
            new org.springframework.boot.util.LambdaSafe$InvocationResult
            dup
            aload 0 /* value */
            invokespecial org.springframework.boot.util.LambdaSafe$InvocationResult.<init>:(Ljava/lang/Object;)V
            areturn
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  TR;
    Signature: <R:Ljava/lang/Object;>(TR;)Lorg/springframework/boot/util/LambdaSafe$InvocationResult<TR;>;
    MethodParameters:
       Name  Flags
      value  

  public static <R> org.springframework.boot.util.LambdaSafe$InvocationResult<R> noResult();
    descriptor: ()Lorg/springframework/boot/util/LambdaSafe$InvocationResult;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 418
            getstatic org.springframework.boot.util.LambdaSafe$InvocationResult.NONE:Lorg/springframework/boot/util/LambdaSafe$InvocationResult;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <R:Ljava/lang/Object;>()Lorg/springframework/boot/util/LambdaSafe$InvocationResult<TR;>;
}
Signature: <R:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "LambdaSafe.java"
NestHost: org.springframework.boot.util.LambdaSafe
InnerClasses:
  public final InvocationResult = org.springframework.boot.util.LambdaSafe$InvocationResult of org.springframework.boot.util.LambdaSafe