Uses of Interface
io.github.classgraph.ModuleInfoList.ModuleInfoFilter
-
Packages that use ModuleInfoList.ModuleInfoFilter Package Description io.github.classgraph -
-
Uses of ModuleInfoList.ModuleInfoFilter in io.github.classgraph
Methods in io.github.classgraph with parameters of type ModuleInfoList.ModuleInfoFilter Modifier and Type Method Description ModuleInfoList
ModuleInfoList. filter(ModuleInfoList.ModuleInfoFilter filter)
Find the subset of theModuleInfo
objects in this list for which the given filter predicate is true.
-