ReverseCombinerBase

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

Attributes

Source
Graph.scala
Graph
Supertypes
class Any
Known subtypes
class FanInOps[In, Out]
class FanOutOps[In, Out]
class FlowShapeArrow[I, O]
class ReversePortOps[In]
class SinkArrow[T]
class SinkShapeArrow[T]
Show all

Members list

Value members

Abstract methods

Attributes

Source
Graph.scala

Concrete methods

def <~[U <: T](from: Outlet[U])(implicit b: Builder[_]): Unit

Attributes

Source
Graph.scala
def <~[In](via: Graph[FlowShape[In, T], _])(implicit b: Builder[_]): ReversePortOps[In]

Attributes

Source
Graph.scala
def <~[In](junction: UniformFanOutShape[In, T])(implicit b: Builder[_]): ReversePortOps[In]

Attributes

Source
Graph.scala
def <~[In](junction: UniformFanInShape[In, T])(implicit b: Builder[_]): ReversePortOps[In]

Attributes

Source
Graph.scala
def <~[In](flow: FlowShape[In, T])(implicit b: Builder[_]): ReversePortOps[In]

Attributes

Source
Graph.scala
def <~(from: Graph[SourceShape[T], _])(implicit b: Builder[_]): Unit

Attributes

Source
Graph.scala
def <~(from: SourceShape[T])(implicit b: Builder[_]): Unit

Attributes

Source
Graph.scala