rd-core
Toggle table of contents
2025.2.2-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
rd-core
rd-core
/
com.jetbrains.rd.util.reactive
/
IViewableMap
/
Event
/
Update
Update
class
Update
<
K
,
V
>
(
key
:
K
,
val
oldValue
:
V
,
val
newValue
:
V
)
:
IViewableMap.Event
<
K
,
V
>
Members
Constructors
Update
Link copied to clipboard
constructor
(
key
:
K
,
oldValue
:
V
,
newValue
:
V
)
Properties
key
Link copied to clipboard
val
key
:
K
new
Value
Link copied to clipboard
val
newValue
:
V
new
Value
Opt
Link copied to clipboard
val
newValueOpt
:
V
?
Returns the new value for add or update events, or null for removal events.
old
Value
Link copied to clipboard
val
oldValue
:
V
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String