BidiFlowShapeArrow

org.apache.pekko.stream.scaladsl.GraphDSL.Implicits.BidiFlowShapeArrow
final implicit class BidiFlowShapeArrow[I1, O1, I2, O2](val bidi: BidiShape[I1, O1, I2, O2]) extends AnyVal

Attributes

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

Members list

Value members

Concrete methods

def <~>[I3, O3](other: BidiShape[O1, O3, I3, I2])(implicit b: Builder[_]): BidiShape[O1, O3, I3, I2]

Attributes

Source
Graph.scala
def <~>[I3, O3, M](otherFlow: Graph[BidiShape[O1, O3, I3, I2], M])(implicit b: Builder[_]): BidiShape[O1, O3, I3, I2]

Attributes

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

Attributes

Source
Graph.scala
def <~>[M](f: Graph[FlowShape[O1, I2], M])(implicit b: Builder[_]): Unit

Attributes

Source
Graph.scala

Concrete fields

val bidi: BidiShape[I1, O1, I2, O2]

Attributes

Source
Graph.scala