Stream of all entities; emits whenever the collection changes.
Stream<List<T>> watchAll() => _collection.watchWithFinder(Finder()).map(mapFromMaps);