public interface org.eclipse.collections.api.block.function.Function<T, V> extends java.util.function.Function<T, V>, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.block.function.Function
  super_class: java.lang.Object
{
  public abstract V valueOf();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;)TV;
    MethodParameters:
      Name  Flags
      each  

  public V apply();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.api.block.function.Function this
        start local 1 // java.lang.Object each
         0: .line 29
            aload 0 /* this */
            aload 1 /* each */
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object each
        end local 0 // org.eclipse.collections.api.block.function.Function this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/api/block/function/Function<TT;TV;>;
            0    1     1  each  TT;
    Signature: (TT;)TV;
    MethodParameters:
      Name  Flags
      each  
}
Signature: <T:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/function/Function<TT;TV;>;Ljava/io/Serializable;
SourceFile: "Function.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()