Class SourceFilesByModuleGrouper
java.lang.Object
org.ek9lang.cli.coverage.SourceFilesByModuleGrouper
- All Implemented Interfaces:
Function<Map<String, SourceFileInfo>, Map<String, List<SourceFileInfo>>>
final class SourceFilesByModuleGrouper
extends Object
implements Function<Map<String, SourceFileInfo>, Map<String, List<SourceFileInfo>>>
Groups source files by their module name.
Single responsibility: organize source files into module-keyed collections.
-
Constructor Details
-
SourceFilesByModuleGrouper
SourceFilesByModuleGrouper()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<Map<String, SourceFileInfo>, Map<String, List<SourceFileInfo>>>
-