zipNonSuspend
open fun <B, S, V> zipNonSuspend(other: NonSuspendCollectorI<B, Value, S>, combine: (Result, S) -> V): NonSuspendCollector<Value, V>
Combines two Collectors by performing the phases of each of them in parallel, and then combining the end result in a final step.
Parameters
other
Collector to combine with this
combine
Function that combines the end results