Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapSetEvent<K, V>

Event emitted by an IMap<K, V> implementation when a key-value pair is set.

Type Parameters

  • K

  • V

Hierarchy

Index

Properties

key: K

Metadata for the update that caused this event.

previousValue: Optional<V>

An Optional of the previous value at key.

Empty if the key was previously not present.

value: V

Generated using TypeDoc