rd-framework
Toggle table of contents
2025.2.2-beta2
jvm
Platform filter
jvm
Switch theme
Search in API
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