map Finished
Transform a finished fetch result.
Unlike fold,
mapFinished
re-wraps the results of transform as finished.This is a convenient alias for
fold
, because usually only the finished branch is interesting.
Receiver
The Fetch to transform.
Return
Parameters
In
The type of the Fetch value.
Out
The type of the transformed value.