ZipWithN
org.apache.pekko.stream.javadsl.ZipWithN
object ZipWithN
Combine the elements of multiple streams into a stream of lists using a combiner function.
A ZipWithN has a n input ports and one out port
'''Emits when''' all of the inputs has an element available
'''Backpressures when''' downstream backpressures
'''Completes when''' any upstream completes
'''Cancels when''' downstream cancels
Attributes
- Source
- Graph.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ZipWithN.type
Members list
In this article