- Type Parameters:
T
- the identifier's type
- All Superinterfaces:
- java.util.function.Function<Path,T>
public interface IdentifierFunction<T>
extends java.util.function.Function<Path,T>
Defines a type alias for a function that receives a Path
and returns
the identifier from that Path
.