MapGraphExtension<V, E> extension

on

Methods

map<VR, ER>({VR vertex(V vertex)?, ER? edge(Edge<V, E> edge)?, StorageStrategy<VR>? vertexStrategy}) Graph<VR, ER>

Available on Graph<V, E>, provided by the MapGraphExtension extension

Creates a new graph by mapping vertices and edges to new values.