added Publishers for addStorage functions

This commit is contained in:
John Estropia
2021-03-07 16:08:19 +09:00
parent 003bf897e2
commit bfb1df3c40
5 changed files with 324 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ extension ObjectPublisher {
/**
A `Publisher` that emits an `ObjectSnapshot?` whenever changes occur in the `ObjectPublisher`. The event emits `nil` if the object has been deletd.
- SeeAlso: ObjectPublisher.reactive.snapshot(emitInitialValue:)
*/
public struct SnapshotPublisher: Publisher {