Class ZipLatest$


  • public class ZipLatest$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ZipLatest$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ZipLatest$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <A,​B>
      ZipLatest<A,​B>
      apply()
      Create a new ZipLatest.
      <A,​B>
      ZipLatest<A,​B>
      apply​(boolean eagerComplete)
      Create a new ZipLatest.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • ZipLatest$

        public ZipLatest$()
    • Method Detail

      • 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.