Interface Selector<T>

    • Method Detail

      • match

        boolean match​(T obj)
        Match the passed in object, returning true if it would be selected by this selector, false otherwise.
        Parameters:
        obj - the object to be matched.
        Returns:
        true if the object is a match for this selector, false otherwise.