FanInOps

org.apache.pekko.stream.scaladsl.GraphDSL.Implicits.FanInOps
final implicit class FanInOps[In, Out](val j: UniformFanInShape[In, Out]) extends AnyVal, CombinerBase[Out], ReverseCombinerBase[In]

Attributes

Source
Graph.scala
Graph
Supertypes
trait CombinerBase[Out]
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

override def importAndGetPort(b: Builder[_]): Outlet[Out]

Attributes

Definition Classes
Source
Graph.scala
override def importAndGetPortReverse(b: Builder[_]): Inlet[In]

Attributes

Definition Classes
Source
Graph.scala

Inherited methods

def <~(from: SourceShape[In])(implicit b: Builder[_]): Unit

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
ReverseCombinerBase
Source
Graph.scala
def <~[U <: In](from: Outlet[U])(implicit b: Builder[_]): Unit

Attributes

Inherited from:
ReverseCombinerBase
Source
Graph.scala
def ~>(to: SinkShape[Out])(implicit b: Builder[_]): Unit

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
CombinerBase
Source
Graph.scala
def ~>[U >: Out](to: Inlet[U])(implicit b: Builder[_]): Unit

Attributes

Inherited from:
CombinerBase
Source
Graph.scala

Concrete fields

val j: UniformFanInShape[In, Out]

Attributes

Source
Graph.scala