Class Zip$

java.lang.Object
org.apache.pekko.stream.scaladsl.Zip$

public class Zip$ extends Object
  • Field Details

    • MODULE$

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

    • Zip$

      public Zip$()
  • Method Details

    • apply

      public <A, B> Zip<A,B> apply()
      Create a new Zip.