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