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
-
apply
Create a newMerge
with the specified number of input ports.- Parameters:
inputPorts
- number of input portseagerComplete
- if true, the merge will complete as soon as one of its inputs completes.
-
apply$default$2
public <T> boolean apply$default$2()
-