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
/
IViewableList
/
Event
/
Update
Update
class
Update
<
V
>
(
index
:
Int
,
val
oldValue
:
V
,
val
newValue
:
V
)
:
IViewableList.Event
<
V
>
Members
Constructors
Update
Link copied to clipboard
constructor
(
index
:
Int
,
oldValue
:
V
,
newValue
:
V
)
Properties
index
Link copied to clipboard
val
index
:
Int
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