combineLatest

@ExperimentalCoroutinesApi
inline fun <T> Flow<Iterable<StateHolder<T>>?>.combineLatest(): Flow<List<T>>