SnapshotPublisher

public struct SnapshotPublisher : Publisher

A Publisher that emits an ObjectSnapshot? whenever changes occur in the ObjectPublisher. The event emits nil if the object has been deletd.

See also

ObjectPublisher.reactive.snapshot(emitInitialValue:)

Publisher