mapAs<V> static method

MapEntry<V, VertexSnapshot<V>> mapAs<V>(
  1. V id,
  2. Vertex<V> vertex,
  3. SnapshotState state
)

Implementation

static MapEntry<V, VertexSnapshot<V>> mapAs<V>(
        V id, Vertex<V> vertex, SnapshotState state) =>
    MapEntry(id, VertexSnapshot<V>(vertex, state: state));