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
/
KeyValuePair
Key
Value
Pair
data
class
KeyValuePair
<
K
,
V
>
(
val
key
:
K
,
val
value
:
V
)
:
Map.Entry
<
K
,
V
>
Members
Constructors
Key
Value
Pair
Link copied to clipboard
constructor
(
key
:
K
,
value
:
V
)
Properties
key
Link copied to clipboard
open
override
val
key
:
K
value
Link copied to clipboard
open
override
val
value
:
V