rd-framework
Toggle table of contents
2026.1.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rd-framework
rd-framework
/
com.jetbrains.rd.framework.impl
/
RdPerContextMap
/
Companion
Companion
object
Companion
Members
Functions
read
Link copied to clipboard
fun
<
K
:
Any
,
V
:
RdBindableBase
>
read
(
key
:
RdContext
<
K
>
,
buffer
:
AbstractBuffer
,
valueFactory
:
(
Boolean
)
->
V
)
:
RdPerContextMap
<
K
,
V
>
write
Link copied to clipboard
fun
write
(
buffer
:
AbstractBuffer
,
map
:
RdPerContextMap
<
*
,
*
>
)