ComputedMap<K, V>.fromChangeStream constructor

ComputedMap<K, V>.fromChangeStream(
  1. Computed<ChangeEvent<K, V>> stream
)

Implementation

factory ComputedMap.fromChangeStream(Computed<ChangeEvent<K, V>> stream) =>
    ChangeStreamComputedMap(stream);