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
/
IViewableSet
/
Event
Event
data
class
Event
<
T
>
(
val
kind
:
AddRemove
,
val
value
:
T
)
Represents an addition or removal of an element in the set.
Members
Constructors
Event
Link copied to clipboard
constructor
(
kind
:
AddRemove
,
value
:
T
)
Properties
kind
Link copied to clipboard
val
kind
:
AddRemove
value
Link copied to clipboard
val
value
:
T