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