sdk-common / com.tomtom.online.sdk.common / Result / success

success

@JvmStatic fun <T> success(value: T): Result<T>

Creates Result.Success from the given value.

Parameters

value - The value that will be wrapped with Result.