Dragonite.Parser.seek

You're seeing just the function seek, go back to Dragonite.Parser module for more information.
Link to this function

seek(values, condition, extractor, fun)

View Source

Specs

seek([list()], list(), [list()], (list(), [list()] -> binary() | number())) ::
  binary() | number()

Seek criteria and apply fun to elements found

Example

iex(1)> Dragonite.Parser.seek([["L11", "", ""]], [], [%{key: "L11", pos: 1}], fn _, _ -> :ok end)