Meeseeks.Selector.filters

You're seeing just the callback filters, go back to Meeseeks.Selector module for more information.

Specs

filters(selector :: t()) :: [t()] | nil

Invoked to return the selector's filter selectors, which may be an empty list, or nil if it does not have any.

Filters are selectors that are applied to a list of any nodes that match the selector before they are further walked with the selector's combinator if it has one, or accumulated if it does not.