FlowArrow

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

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 <~>[M2](flow: Graph[FlowShape[O, I], M2])(implicit b: Builder[_]): Unit

Attributes

Source
Graph.scala

Concrete fields

val f: Graph[FlowShape[I, O], M]

Attributes

Source
Graph.scala