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