//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.utils/combine
combine
[jvm]
inline fun <T1, T2, T3, T4, T5, T6, R> combine(flow: Flow<T1>, flow2: Flow<T2>, flow3: Flow<T3>, flow4: Flow<T4>, flow5: Flow<T5>, flow6: Flow<T6>, crossinline transform: suspend (T1, T2, T3, T4, T5, T6) -> R): Flow<R>
Combine utility to handle more than 5 flows.