SinkShapeArrow

org.apache.pekko.stream.scaladsl.GraphDSL.Implicits.SinkShapeArrow
final implicit class SinkShapeArrow[T](val s: SinkShape[T]) extends AnyVal, ReverseCombinerBase[T]

Attributes

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

Members list

Value members

Concrete methods

override def importAndGetPortReverse(b: Builder[_]): Inlet[T]

Attributes

Definition Classes
Source
Graph.scala

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
ReverseCombinerBase
Source
Graph.scala

Concrete fields

val s: SinkShape[T]

Attributes

Source
Graph.scala