LiveQueryPublisher
struct LiveQueryPublisher : Publisher
A Combine publisher that produces documents matching the requested query.
-
Declaration
Swift
public typealias Output = Snapshot
-
Declaration
Swift
public typealias Failure = Never
-
Declaration
Swift
public func receive<S>(subscriber: S) where S : Subscriber, S.Failure == DittoPendingCursorOperation.LiveQueryPublisher.Failure, S.Input == DittoPendingCursorOperation.LiveQueryPublisher.Output