RealmWillChange
public struct RealmWillChange : Publisher
A publisher which emits Void each time the Realm is refreshed.
Despite the name, this actually emits after the Realm is refreshed.
-
This publisher cannot fail.
Declaration
Swift
public typealias Failure = Never
-
This publisher emits Void.
Declaration
Swift
public typealias Output = Void