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
/
TaskResult
/
Cancelled
Cancelled
class
Cancelled
<
out
T
>
:
TaskResult
<
T
>
Members
Constructors
Cancelled
Link copied to clipboard
constructor
(
)
Functions
map
Link copied to clipboard
inline
fun
<
R
>
map
(
transform
:
(
T
)
->
R
)
:
TaskResult
<
R
>
unwrap
Link copied to clipboard
fun
unwrap
(
)
:
T