mapAsModified<V> static method

MapEntry<V, VertexSnapshot<V>> mapAsModified<V>(
  1. V id,
  2. Vertex<V> vertex
)

Implementation

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