Uses of Interface
io.github.classgraph.ClassInfoList.ClassInfoFilter
-
Packages that use ClassInfoList.ClassInfoFilter Package Description io.github.classgraph -
-
Uses of ClassInfoList.ClassInfoFilter in io.github.classgraph
Methods in io.github.classgraph with parameters of type ClassInfoList.ClassInfoFilter Modifier and Type Method Description ClassInfoList
ClassInfoList. filter(ClassInfoList.ClassInfoFilter filter)
Find the subset of thisClassInfoList
for which the given filter predicate is true.
-