Functions
getOrThrow
Kotlin Function
Function
Returns the success value, or throws if this is a Result.Failure.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Kotlin Function
fun <T, E> Result<T, E>.getOrThrow(): T
Was this page helpful?
