View Source Vectoree.TreeSink 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, any)

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