rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util.reactive
/
IViewableMap
/
Event
/
Add
Add
class
Add
<
K
,
V
>
(
key
:
K
,
val
newValue
:
V
)
:
IViewableMap.Event
<
K
,
V
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Add
Link copied to clipboard
fun
<
K
,
V
>
Add
(
key
:
K
,
newValue
:
V
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
key
Link copied to clipboard
val
key
:
K
Content copied to clipboard
new
Value
Link copied to clipboard
val
newValue
:
V
Content copied to clipboard
new
Value
Opt
Link copied to clipboard
val
newValueOpt
:
V
?
Content copied to clipboard
Returns the new value for add or update events, or null for removal events.