WillChangeWithToken
public class WillChangeWithToken<Collection, T> : Publisher where Collection : RealmSubscribable, Collection : ThreadConfined
A publisher which emits Void each time the object is mutated.
Despite the name, this actually emits after the collection has changed.
-
This publisher cannot fail.
Declaration
Swift
public typealias Failure = Never
-
This publisher emits Void.
Declaration
Swift
public typealias Output = Void