combineStates

inline fun <T, R> combineStates(vararg stateFlows: StateFlow<T>, crossinline transform: (Array<T>) -> R): StateFlow<R>

Combines all stateFlows and transforms them into another StateFlow with transform