mapAsUnmodified<V> static method
Implementation
static MapEntry<V, VertexSnapshot<V>> mapAsUnmodified<V>(
V id, Vertex<V> vertex) =>
mapAs(id, vertex, SnapshotState.unmodified);
static MapEntry<V, VertexSnapshot<V>> mapAsUnmodified<V>(
V id, Vertex<V> vertex) =>
mapAs(id, vertex, SnapshotState.unmodified);