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