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
/
map
map
fun
<
T
,
R
>
IPropertyView
<
T
>
.
map
(
f
:
(
T
)
->
R
)
:
IPropertyView
<
R
>
fun
<
T
:
Any
,
R
:
Any
>
IOptPropertyView
<
T
>
.
map
(
f
:
(
T
)
->
R
)
:
IOptPropertyView
<
R
>
fun
<
T
,
R
>
ISource
<
T
>
.
map
(
f
:
(
T
)
->
R
)
:
ISource
<
R
>
Returns a new source which remaps events happening in this source using the given function
f
.