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>
Creates a new graph by mapping vertices and edges to new values.