Meeseeks.Selector.Combinator.next
You're seeing just the function
next
, go back to Meeseeks.Selector.Combinator module for more information.
Specs
next(t(), Meeseeks.Document.node_t(), Meeseeks.Document.t()) :: [Meeseeks.Document.node_t()] | Meeseeks.Document.node_t() | nil | no_return()
Finds the node or nodes that a combinator wishes its selector to be run on.
Returns the applicable node or nodes, or nil
if there are no applicable
nodes.