Maps and Navigation SDK
1.3.1
androidJvm
com.tomtom.sdk.common:core
/
com.tomtom.sdk.common
/
Result
/
Companion
/
success
success
@
JvmStatic
fun
<
SuccessType
>
success
(
value
:
SuccessType
)
:
Result.Success
<
SuccessType
>
Creates
Result.Success
from the given value.
Parameters
value
The value that will be wrapped with
Result
.