@java.lang.Deprecated public interface Selector<T>
A Selector is a wrapper around an arbitrary object.
Get the object being used for comparisons and equals checks.
Indicates whether this Selector matches the key.
key - The key to matchtrue if there's a match, otherwise false.