Meeseeks.Selector.match
You're seeing just the function
match
, go back to Meeseeks.Selector module for more information.
Specs
match( t(), Meeseeks.Document.node_t(), Meeseeks.Document.t(), Meeseeks.Context.t() ) :: boolean() | {boolean(), Meeseeks.Context.t()}
Checks if the selector matches the node in the context of the document. Can return a boolean or a tuple of a boolean and a context.