Dragonite.Parser.seek
You're seeing just the function
seek
, go back to Dragonite.Parser module for more information.
Specs
Seek criteria and apply fun to elements found
Example
iex(1)> Dragonite.Parser.seek([["L11", "", ""]], [], [%{key: "L11", pos: 1}], fn _, _ -> :ok end)