success

@JvmName(name = "success")
fun <T> success(value: T): Result<T>

Returns the Result instance which presents a successful result with the value.