rd-core
2023.2.3
rd-core
/
com.jetbrains.rd.util.reactive
/
TaskResult
/
Fault
Fault
class
Fault
<
out
T
>
:
TaskResult
<
T
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Fault
Link copied to clipboard
fun
Fault
(
e
:
Throwable
)
Content copied to clipboard
Functions
map
Link copied to clipboard
inline
fun
<
R
>
map
(
transform
:
(
T
)
->
R
)
:
TaskResult
<
R
>
Content copied to clipboard
unwrap
Link copied to clipboard
fun
unwrap
(
)
:
T
Content copied to clipboard
Properties
fault
Link copied to clipboard
val
fault
:
RdFault
Content copied to clipboard