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.