public abstract class org.eclipse.collections.impl.block.function.checked.CheckedFunction<T, V> implements org.eclipse.collections.api.block.function.Function<T, V>, org.eclipse.collections.impl.block.function.checked.ThrowingFunction<T, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.block.function.checked.CheckedFunction
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.function.checked.CheckedFunction this
         0: .line 15
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.block.function.checked.CheckedFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/function/checked/CheckedFunction<TT;TV;>;

  public final V valueOf();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.block.function.checked.CheckedFunction this
        start local 1 // java.lang.Object anObject
         0: .line 25
            aload 0 /* this */
            aload 1 /* anObject */
            invokevirtual org.eclipse.collections.impl.block.function.checked.CheckedFunction.safeValueOf:(Ljava/lang/Object;)Ljava/lang/Object;
         1: areturn
         2: .line 27
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
            astore 2 /* e */
        start local 2 // java.lang.RuntimeException e
         3: .line 29
            aload 2 /* e */
            athrow
        end local 2 // java.lang.RuntimeException e
         4: .line 31
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         5: .line 33
            new java.lang.RuntimeException
            dup
            ldc "Checked exception caught in Function"
            aload 2 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // java.lang.Object anObject
        end local 0 // org.eclipse.collections.impl.block.function.checked.CheckedFunction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/block/function/checked/CheckedFunction<TT;TV;>;
            0    6     1  anObject  TT;
            3    4     2         e  Ljava/lang/RuntimeException;
            5    6     2         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException
           0     1       4  Class java.lang.Exception
    Signature: (TT;)TV;
    MethodParameters:
          Name  Flags
      anObject  
}
Signature: <T:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function<TT;TV;>;Lorg/eclipse/collections/impl/block/function/checked/ThrowingFunction<TT;TV;>;
SourceFile: "CheckedFunction.java"