mergeWith

fun <T> Flow<T>.mergeWith(other: Flow<T>): Flow<T>

Merge two flows together.

Sources

jvm source
Link copied to clipboard