Maps and filters the nodes of a graph. Return undefined to exclude a node from the results.
The return type of the mapper function.
The type of the graph.
The graph to map and filter.
The function used to map each node of the graph.
An array of mapped and filtered values.
Generated using TypeDoc
Maps and filters the nodes of a graph. Return undefined to exclude a node from the results.