ReverseOps

org.apache.pekko.stream.javadsl.GraphDSL.Builder.ReverseOps
final class ReverseOps[T](out: Inlet[T])

Attributes

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

Members list

Value members

Concrete methods

def from(dst: SourceShape[_ <: T]): Builder[Mat]

Attributes

Source
Graph.scala
def fromFanIn[U](j: UniformFanInShape[U, _ <: T]): Builder[Mat]

Attributes

Source
Graph.scala
def fromFanOut[U](j: UniformFanOutShape[U, _ <: T]): Builder[Mat]

Attributes

Source
Graph.scala
def fromOutlet(dst: Outlet[_ <: T]): Builder[Mat]

Attributes

Source
Graph.scala
def via[U](f: FlowShape[U, _ <: T]): ReverseOps[U]

Attributes

Source
Graph.scala
def viaFanIn[U](j: UniformFanInShape[U, _ <: T]): ReverseOps[U]

Attributes

Source
Graph.scala
def viaFanOut[U](j: UniformFanOutShape[U, _ <: T]): ReverseOps[U]

Attributes

Source
Graph.scala