Result
Functions
Inheritors
Extensions
Link copied to clipboard
inline fun <VALUE> Result<VALUE>.getOrCancel(doBeforeThrow: (Throwable) -> Unit = {}): VALUE
Content copied to clipboard
Returns the encapsulated value if this instance represents Success or throws CancellationException with Error.error as its cause if it is Error.
Link copied to clipboard
Returns the encapsulated value if this instance represents Success or defaultValue for encapsulated exception if it is Error.
Link copied to clipboard
Link copied to clipboard