Package akka.stream.scaladsl
Class ZipLatest$
- java.lang.Object
 - 
- akka.stream.scaladsl.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 newZipLatest.<A,B>
ZipLatest<A,B>apply(boolean eagerComplete)Create a newZipLatest. 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ZipLatest$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
 -