getOrThrow

fun <T : Any> Fetch<T>.getOrThrow(): T

Unwrap the internal value of a Fetch, or throw.

Return

A value of type T.

Throws