Interface ContentFilter<T>
- Type Parameters:
T- the content type
- All Known Implementing Classes:
ApplicationContentFilter,LibraryContentFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to filter layer contents.
- Since:
- 2.3.0
-
Method Summary
-
Method Details
-
matches
Return if the filter matches the specified item.- Parameters:
item- the item to test- Returns:
- if the filter matches
-