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