FanOutShape2

org.apache.pekko.stream.FanOutShape2
class FanOutShape2[-I, +O0, +O1](_init: Init[I]) extends FanOutShape[I]

Attributes

Source
FanOutShapeN.scala
Graph
Supertypes
class FanOutShape[I]
class Shape
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(name: String)

Attributes

Source
FanOutShapeN.scala
def this(in: Inlet[I], out0: Outlet[O0], out1: Outlet[O1])

Attributes

Source
FanOutShapeN.scala

Concrete methods

override protected def construct(init: Init[I]): FanOutShape[I]

Attributes

Definition Classes
Source
FanOutShapeN.scala
override def deepCopy(): FanOutShape2[I, O0, O1]

Create a copy of this Shape object, returning the same type as the original; this constraint can unfortunately not be expressed in the type system.

Create a copy of this Shape object, returning the same type as the original; this constraint can unfortunately not be expressed in the type system.

Attributes

Definition Classes
Source
FanOutShapeN.scala

Inherited methods

def getInlets: List[Inlet[_]]

Java API: get a list of all input ports

Java API: get a list of all input ports

Attributes

Inherited from:
Shape
Source
Shape.scala
def getOutlets: List[Outlet[_]]

Java API: get a list of all output ports

Java API: get a list of all output ports

Attributes

Inherited from:
Shape
Source
Shape.scala

Compare this to another shape and determine whether the arrangement of ports is the same (including their ordering).

Compare this to another shape and determine whether the arrangement of ports is the same (including their ordering).

Attributes

Inherited from:
Shape
Source
Shape.scala

Compare this to another shape and determine whether the set of ports is the same (ignoring their ordering).

Compare this to another shape and determine whether the set of ports is the same (ignoring their ordering).

Attributes

Inherited from:
Shape
Source
Shape.scala
final def in: Inlet[I]

Attributes

Inherited from:
FanOutShape
Source
FanOutShape.scala
final override def inlets: Seq[Inlet[I]]

Scala API: get a list of all input ports

Scala API: get a list of all input ports

Attributes

Definition Classes
Inherited from:
FanOutShape
Source
FanOutShape.scala
override def outlets: Seq[Outlet[_]]

Not meant for overriding outside of Apache Pekko.

Not meant for overriding outside of Apache Pekko.

Attributes

Definition Classes
Inherited from:
FanOutShape
Source
FanOutShape.scala

Asserting version of hasSamePortsAndShapeAs.

Asserting version of hasSamePortsAndShapeAs.

Attributes

Inherited from:
Shape
Source
Shape.scala

Asserting version of hasSamePortsAs.

Asserting version of hasSamePortsAs.

Attributes

Inherited from:
Shape
Source
Shape.scala

Concrete fields

val out0: Outlet[O0]

Attributes

Source
FanOutShapeN.scala
val out1: Outlet[O1]

Attributes

Source
FanOutShapeN.scala