rd-core
Toggle table of contents
2026.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rd-core
rd-core
/
com.jetbrains.rd.util.reactive
/
IViewableMap
/
Event
/
Remove
Remove
class
Remove
<
K
,
V
>
(
key
:
K
,
val
oldValue
:
V
)
:
IViewableMap.Event
<
K
,
V
>
Members
Constructors
Remove
Link copied to clipboard
constructor
(
key
:
K
,
oldValue
:
V
)
Properties
key
Link copied to clipboard
val
key
:
K
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