@FunctionalInterface public static interface ResourceList.ResourceFilter
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.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Resource resource)
Whether or not to allow a
Resource list item through the filter. |
Copyright © 2021. All rights reserved.