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
/
RdTaskResult
/
Success
Success
class
Success
<
out
T
>
(
val
value
:
T
)
:
RdTaskResult
<
T
>
Members
Constructors
Success
Link copied to clipboard
constructor
(
value
:
T
)
Properties
value
Link copied to clipboard
val
value
:
T
Functions
map
Link copied to clipboard
inline
fun
<
R
>
map
(
transform
:
(
T
)
->
R
)
:
RdTaskResult
<
R
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
unwrap
Link copied to clipboard
fun
unwrap
(
)
:
T