mapInitialToFinished

inline fun <T : Any> FetchFlow<T>.mapInitialToFinished(crossinline transform: suspend () -> T): FetchFlow<T>

Convenience function to apply mapToFinished inside a Flow.