Package akka.stream.scaladsl
Class Merge$
- java.lang.Object
-
- akka.stream.scaladsl.Merge$
-
public class Merge$ extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Merge$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Merge<T>
apply(int inputPorts, boolean eagerComplete)
Create a newMerge
with the specified number of input ports.<T> boolean
apply$default$2()
-
-
-
Field Detail
-
MODULE$
public static final Merge$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> Merge<T> apply(int inputPorts, boolean eagerComplete)
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()
-
-