Package org.apache.pekko.stream.scaladsl
Class ZipWith$
java.lang.Object
org.apache.pekko.stream.scaladsl.ZipWith$
- All Implemented Interfaces:
ZipWithApply
Combine the elements of multiple streams into a stream of combined elements using a combiner function.
'''Emits when''' all of the inputs has an element available
'''Backpressures when''' downstream backpressures
'''Completes when''' any upstream completes
'''Cancels when''' downstream cancels
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ZipWith$
public ZipWith$()
-