Class ZipLatest$

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

public class ZipLatest$ extends Object
  • Field Details

    • MODULE$

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

    • ZipLatest$

      public ZipLatest$()
  • Method Details

    • apply

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

      public <A, B> ZipLatest<A,B> apply(boolean eagerComplete)
      Create a new ZipLatest.