View Source Vectoree.TreeProcessor behaviour (Vectoree v0.0.1)

Summary

Types

@type tree_map() :: %{required(tree_path()) => any()}
@type tree_path() :: Vectoree.TreePath.t()

Callbacks

Link to this callback

handle_notify(tree_path, tree_map, tree_path, tree_map)

View Source (optional)
@callback handle_notify(tree_path(), tree_map(), tree_path(), tree_map()) :: tree_map()