rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util.reactive
/
IViewableSet
/
Event
Event
data
class
Event
<
T
>
(
val
kind
:
AddRemove
,
val
value
:
T
)
Content copied to clipboard
Represents an addition or removal of an element in the set.
Constructors
Properties
Constructors
Event
Link copied to clipboard
fun
<
T
>
Event
(
kind
:
AddRemove
,
value
:
T
)
Content copied to clipboard
Properties
kind
Link copied to clipboard
val
kind
:
AddRemove
Content copied to clipboard
value
Link copied to clipboard
val
value
:
T
Content copied to clipboard