Meeseeks.Selector.Combinator.next

You're seeing just the callback next, go back to Meeseeks.Selector.Combinator module for more information.
Link to this callback

next(combinator, node, document)

View Source

Specs

next(
  combinator :: t(),
  node :: Meeseeks.Document.node_t(),
  document :: Meeseeks.Document.t()
) ::
  [Meeseeks.Document.node_t()] | Meeseeks.Document.node_t() | nil | no_return()

Invoked in order to find 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.