rd-framework
2024.3.0
rd-framework
/
com.jetbrains.rd.framework.impl
/
RdTask
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
canceled
Link copied to clipboard
fun
<
T
>
canceled
(
)
:
RdTask
<
T
>
Content copied to clipboard
faulted
Link copied to clipboard
fun
<
T
>
faulted
(
error
:
Throwable
)
:
RdTask
<
T
>
Content copied to clipboard
from
Result
Link copied to clipboard
fun
<
T
>
fromResult
(
value
:
T
)
:
RdTask
<
T
>
Content copied to clipboard