Package org.apache.pekko.stream.scaladsl
Class MergePreferred$
java.lang.Object
org.apache.pekko.stream.scaladsl.MergePreferred$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MergePreferred$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> MergePreferred<T>apply(int secondaryPorts, boolean eagerComplete) Create a newMergePreferredwith the specified number of secondary input ports.<T> boolean
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
MergePreferred$
public MergePreferred$()
-
-
Method Details
-
apply
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()
-