T - The type of items to filter.public interface IFilter<T>
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isItemAllowed(T item)
Check if an item is allowed.
|
boolean isItemAllowed(T item)
item - item to check.true if item is allowed, false otherwiseCopyright © 2013-2016 INRIX, Inc. All Rights Reserved.