rd-core
Toggle table of contents
2026.2.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rd-core
rd-core
/
com.jetbrains.rd.util.reactive
/
compose
compose
fun
<
T1
,
T2
,
TRes
>
IPropertyView
<
T1
>
.
compose
(
other
:
IPropertyView
<
T2
>
,
composer
:
(
T1
,
T2
)
->
TRes
)
:
IPropertyView
<
TRes
>
fun
<
T1
:
Any
,
T2
:
Any
,
TRes
:
Any
>
IOptPropertyView
<
T1
>
.
compose
(
other
:
IOptPropertyView
<
T2
>
,
composer
:
(
T1
,
T2
)
->
TRes
)
:
IOptPropertyView
<
TRes
>