rd-core
Toggle table of contents
2025.2.2-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
rd-core
rd-core
/
com.jetbrains.rd.util.reactive
/
TaskResult
/
Fault
Fault
class
Fault
<
out
T
>
:
TaskResult
<
T
>
Members
Constructors
Fault
Link copied to clipboard
constructor
(
e
:
Throwable
)
Properties
fault
Link copied to clipboard
val
fault
:
RdFault
Functions
map
Link copied to clipboard
inline
fun
<
R
>
map
(
transform
:
(
T
)
->
R
)
:
TaskResult
<
R
>
unwrap
Link copied to clipboard
fun
unwrap
(
)
:
T