MapGraphExtension<V, E> extension

on

Methods

map<VR, ER>({VR vertex(V vertex)?, ER? edge(Edge<V, E> edge)?}) Graph<VR, ER>
Creates a new graph by mapping vertices and edges to new values.