public interface ObjectFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(AbstractObject object)
Should return true if given object should be included into filtered subset
|
boolean filter(AbstractObject object)
object - The object to filterCopyright © 2018. All rights reserved.