get Or Throw
Unwrap the internal value of a Fetch, or throw.
Prefetch throws an IllegalStateException;
Finished returns result.
Return
A value of type T.
Throws
if the Fetch is a Prefetch or Fetching.cache is null
.
Unwrap the internal value of a Fetch, or throw.
Prefetch throws an IllegalStateException;
Finished returns result.
A value of type T.
if the Fetch is a Prefetch or Fetching.cache is null
.