MergePreferred

org.apache.pekko.stream.scaladsl.MergePreferred
See theMergePreferred companion class

Attributes

Companion
class
Source
Graph.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final class MergePreferredShape[T](val secondaryPorts: Int, _init: Init[T]) extends UniformFanInShape[T, T]

Attributes

Source
Graph.scala
Supertypes
class UniformFanInShape[T, T]
class FanInShape[T]
class Shape
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[T](secondaryPorts: Int, eagerComplete: Boolean): MergePreferred[T]

Create a new MergePreferred with the specified number of secondary input ports.

Create a new MergePreferred with the specified number of secondary input ports.

Value parameters

eagerComplete

if true, the merge will complete as soon as one of its inputs completes.

secondaryPorts

number of secondary input ports

Attributes

Source
Graph.scala