map

inline fun <T, R> Flow<T>.map(context: CoroutineContext, crossinline transform: suspend (value: T) -> R): Flow<R>