ReversePortOps

org.apache.pekko.stream.scaladsl.GraphDSL.Implicits.ReversePortOps
implicit class ReversePortOps[In](val inlet: Inlet[In]) extends ReverseCombinerBase[In]

Attributes

Source
Graph.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
Source
Graph.scala

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
ReverseCombinerBase
Source
Graph.scala

Concrete fields

val inlet: Inlet[In]

Attributes

Source
Graph.scala