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 ClassInfoListClassInfoList. filter(ClassInfoList.ClassInfoFilter filter)Find the subset of thisClassInfoListfor which the given filter predicate is true.
-