mapAsUnmodified<V> static method

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

Implementation

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