SetEvent

sealed interface SetEvent<out V : Any>(source)

Events representing a mutation to a Set.

Inheritors

Types

Link copied to clipboard
sealed interface EntryEvent<out V : Any> : SetEvent<V>

Mutation event for a specific entry.

Link copied to clipboard

Indicates that a consistent view of the set has been emitted and only updates will be seen from now on.