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