SourceShapeArrow

org.apache.pekko.stream.scaladsl.GraphDSL.Implicits.SourceShapeArrow
final implicit class SourceShapeArrow[T](val s: SourceShape[T]) extends AnyVal, CombinerBase[T]

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
Source
Graph.scala

Inherited methods

def ~>(to: SinkShape[T])(implicit b: Builder[_]): Unit

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
CombinerBase
Source
Graph.scala

Concrete fields

val s: SourceShape[T]

Attributes

Source
Graph.scala