rd-framework
2023.1.2
rd-framework
/
com.jetbrains.rd.framework
/
RdTaskResult
/
Cancelled
Cancelled
class
Cancelled
<
out
T
>
:
RdTaskResult
<
T
>
Content copied to clipboard
Constructors
Functions
Constructors
Cancelled
Link copied to clipboard
fun
Cancelled
(
)
Content copied to clipboard
Functions
map
Link copied to clipboard
inline
fun
<
R
>
map
(
transform
:
(
T
)
->
R
)
:
RdTaskResult
<
R
>
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
unwrap
Link copied to clipboard
fun
unwrap
(
)
:
T
Content copied to clipboard