Uses of Interface
io.github.classgraph.ModuleInfoList.ModuleInfoFilter
Packages that use ModuleInfoList.ModuleInfoFilter
-
Uses of ModuleInfoList.ModuleInfoFilter in io.github.classgraph
Methods in io.github.classgraph with parameters of type ModuleInfoList.ModuleInfoFilterModifier and TypeMethodDescriptionModuleInfoList.filter(ModuleInfoList.ModuleInfoFilter filter) Find the subset of theModuleInfoobjects in this list for which the given filter predicate is true.