map Initial To Finished
inline fun <T : Any> FetchFlow<T>.mapInitialToFinished(crossinline transform: suspend () -> T): FetchFlow<T>
Convenience function to apply mapToFinished inside a Flow.
Convenience function to apply mapToFinished inside a Flow.