toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunacore
/
Result
/
Companion
/
success
success
@
JvmName
(
name
=
"success"
)
@
JvmStatic
fun
<
T
>
success
(
value
:
T
)
:
Result
<
T
>
Returns the
Result
instance which presents a successful result with the
value
.