Package org.apache.pekko.stream.scaladsl
Class Merge$
java.lang.Object
org.apache.pekko.stream.scaladsl.Merge$
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Merge$public Merge$()
 
- 
- 
Method Details- 
applyCreate a newMergewith the specified number of input ports.- Parameters:
- inputPorts- number of input ports
- eagerComplete- if true, the merge will complete as soon as one of its inputs completes.
 
- 
apply$default$2public <T> boolean apply$default$2()
 
-