protected static interface FilteringOutlinePopup.IMatcher<T>
Modifier and Type | Method and Description |
---|---|
boolean |
matches(T object)
Determines a true or false for the given object.
|
boolean matches(T object)
object
- may be null
true
if the specified object matches;
false
otherwise