T - the type stored in the store.public interface Selector<T>
extends java.lang.Cloneable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
boolean |
match(T obj)
Match the passed in object, returning true if it would be selected by this selector, false otherwise.
|
boolean match(T obj)
obj - the object to be matched.java.lang.Object clone()