flatMapSetConcat

suspend fun <T, R> Flow<T>.flatMapSetConcat(destination: MutableSet<R> = mutableSetOf(), transform: suspend (T) -> Set<R>): Set<R>

Sources

Link copied to clipboard