Fetching
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <In : Out, Out : Any> Fetch<In>.mapToCache(transform: Finished<In>.() -> Out? = Finished<In>::result): Fetch<Out>
Transforms Finished.result into Fetching.cache.
Link copied to clipboard
Convert a Fetch to a Faulty by catching and wrapping any exceptions thrown by getOrThrow.
Link copied to clipboard
Convert a Fetch to a KotlinResult by catching the resultOf any exceptions thrown by getOrThrow.