flat Map Initial
Transform an initial fetch state to finished.
This is a convenience method for
fold
, that forces the output to be a Fetch.Unlike mapFetchingToFinished, this function does not re-wrap as finished.
Because finished is not mapped, this function cannot update the type, T (i.e. the result of transform must be of the same type as the Fetch caller)!
Receiver
The Fetch to transform.