EventUpdate

value class EventUpdate<K : Any, V : Any>(val event: MapEvent.EntryEvent<K, V>) : FlowMapStreamEvent<K, V> (source)

Emitted for subsequent updates, containing only the delta (event).

Constructors

Link copied to clipboard
constructor(event: MapEvent.EntryEvent<K, V>)

Properties

Link copied to clipboard