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.impl
/
RdTask
/
Companion
Companion
object
Companion
Members
Functions
canceled
Link copied to clipboard
fun
<
T
>
canceled
(
)
:
RdTask
<
T
>
faulted
Link copied to clipboard
fun
<
T
>
faulted
(
error
:
Throwable
)
:
RdTask
<
T
>
from
Result
Link copied to clipboard
fun
<
T
>
fromResult
(
value
:
T
)
:
RdTask
<
T
>