Package io.github.classgraph
Interface ResourceList.ResourceFilter
- Enclosing class:
ResourceList
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Filter a
ResourceList
using a predicate mapping a Resource
object to a boolean, producing
another ResourceList
for all items in the list for which the predicate is true.-
Method Summary