FlowShapeArrow

org.apache.pekko.stream.scaladsl.GraphDSL.Implicits.FlowShapeArrow
final implicit class FlowShapeArrow[I, O](val f: FlowShape[I, O]) extends AnyVal, ReverseCombinerBase[I]

Attributes

Source
Graph.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def <~>[I2, O2, Mat](bidi: Graph[BidiShape[O, O2, I2, I], Mat])(implicit b: Builder[_]): BidiShape[O, O2, I2, I]

Attributes

Source
Graph.scala
def <~>[I2, O2](bidi: BidiShape[O, O2, I2, I])(implicit b: Builder[_]): BidiShape[O, O2, I2, I]

Attributes

Source
Graph.scala
def <~>[M](flow: Graph[FlowShape[O, I], M])(implicit b: Builder[_]): Unit

Attributes

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

Attributes

Definition Classes
Source
Graph.scala

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
ReverseCombinerBase
Source
Graph.scala

Concrete fields

val f: FlowShape[I, O]

Attributes

Source
Graph.scala