CombinerBase

org.apache.pekko.stream.scaladsl.GraphDSL.Implicits.CombinerBase
sealed trait CombinerBase[+T]

Attributes

Source
Graph.scala
Graph
Supertypes
class Any
Known subtypes
class FanInOps[In, Out]
trait PortOps[Out]
class SourceArrow[T]
class SourceShapeArrow[T]

Members list

Value members

Abstract methods

Attributes

Source
Graph.scala

Concrete methods

def ~>[U >: T](to: Inlet[U])(implicit b: Builder[_]): Unit

Attributes

Source
Graph.scala
def ~>[Out](via: Graph[FlowShape[T, Out], Any])(implicit b: Builder[_]): PortOps[Out]

Attributes

Source
Graph.scala
def ~>[Out](junction: UniformFanInShape[T, Out])(implicit b: Builder[_]): PortOps[Out]

Attributes

Source
Graph.scala
def ~>[Out](junction: UniformFanOutShape[T, Out])(implicit b: Builder[_]): PortOps[Out]

Attributes

Source
Graph.scala
def ~>[Out](flow: FlowShape[T, Out])(implicit b: Builder[_]): PortOps[Out]

Attributes

Source
Graph.scala
def ~>(to: Graph[SinkShape[T], _])(implicit b: Builder[_]): Unit

Attributes

Source
Graph.scala
def ~>(to: SinkShape[T])(implicit b: Builder[_]): Unit

Attributes

Source
Graph.scala