T
- the content type@FunctionalInterface
public interface ContentFilter<T>
Modifier and Type | Method and Description |
---|---|
boolean |
matches(T item)
Return if the filter matches the specified item.
|
boolean matches(T item)
item
- the item to test