Merge

org.apache.pekko.stream.scaladsl.Merge
See theMerge companion class
object Merge

Attributes

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

Members list

Value members

Concrete methods

def apply[T](inputPorts: Int, eagerComplete: Boolean): Merge[T]

Create a new Merge with the specified number of input ports.

Create a new Merge with the specified number of input ports.

Value parameters

eagerComplete

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

inputPorts

number of input ports

Attributes

Source
Graph.scala