Polyjuice Util v0.2.2 Polyjuice.Util.Identifiers behaviour View Source

Link to this section Summary

Link to this section Callbacks

Link to this callback

new(term)

View Source
new(term()) :: {:ok, term()} | {:error, atom()}
Link to this callback

parse(arg1)

View Source
parse(String.t()) :: {:ok, term()} | {:error, atom()}
Link to this callback

valid?(term)

View Source
valid?(term()) :: true | false
valid?(String.t()) :: true | false