Package org.apache.maven.toolchain.v4
Interface MavenToolchainsMerger.KeyComputer<T>
- Type Parameters:
T
- the data structure type
- Enclosing class:
MavenToolchainsMerger
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface MavenToolchainsMerger.KeyComputer<T>
extends Function<T,Object>
Use to compute keys for data structures
-
Method Summary