Class ZipWith$

java.lang.Object
org.apache.pekko.stream.scaladsl.ZipWith$
All Implemented Interfaces:
ZipWithApply

public class ZipWith$ extends Object implements 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$

      public static final ZipWith$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • ZipWith$

      public ZipWith$()