FanOutShape22

org.apache.pekko.stream.FanOutShape22
class FanOutShape22[-I, +O0, +O1, +O2, +O3, +O4, +O5, +O6, +O7, +O8, +O9, +O10, +O11, +O12, +O13, +O14, +O15, +O16, +O17, +O18, +O19, +O20, +O21](_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], out2: Outlet[O2], out3: Outlet[O3], out4: Outlet[O4], out5: Outlet[O5], out6: Outlet[O6], out7: Outlet[O7], out8: Outlet[O8], out9: Outlet[O9], out10: Outlet[O10], out11: Outlet[O11], out12: Outlet[O12], out13: Outlet[O13], out14: Outlet[O14], out15: Outlet[O15], out16: Outlet[O16], out17: Outlet[O17], out18: Outlet[O18], out19: Outlet[O19], out20: Outlet[O20], out21: Outlet[O21])

Attributes

Source
FanOutShapeN.scala

Concrete methods

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

Attributes

Definition Classes
Source
FanOutShapeN.scala
override def deepCopy(): FanOutShape22[I, O0, O1, O2, O3, O4, O5, O6, O7, O8, O9, O10, O11, O12, O13, O14, O15, O16, O17, O18, O19, O20, O21]

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
val out10: Outlet[O10]

Attributes

Source
FanOutShapeN.scala
val out11: Outlet[O11]

Attributes

Source
FanOutShapeN.scala
val out12: Outlet[O12]

Attributes

Source
FanOutShapeN.scala
val out13: Outlet[O13]

Attributes

Source
FanOutShapeN.scala
val out14: Outlet[O14]

Attributes

Source
FanOutShapeN.scala
val out15: Outlet[O15]

Attributes

Source
FanOutShapeN.scala
val out16: Outlet[O16]

Attributes

Source
FanOutShapeN.scala
val out17: Outlet[O17]

Attributes

Source
FanOutShapeN.scala
val out18: Outlet[O18]

Attributes

Source
FanOutShapeN.scala
val out19: Outlet[O19]

Attributes

Source
FanOutShapeN.scala
val out2: Outlet[O2]

Attributes

Source
FanOutShapeN.scala
val out20: Outlet[O20]

Attributes

Source
FanOutShapeN.scala
val out21: Outlet[O21]

Attributes

Source
FanOutShapeN.scala
val out3: Outlet[O3]

Attributes

Source
FanOutShapeN.scala
val out4: Outlet[O4]

Attributes

Source
FanOutShapeN.scala
val out5: Outlet[O5]

Attributes

Source
FanOutShapeN.scala
val out6: Outlet[O6]

Attributes

Source
FanOutShapeN.scala
val out7: Outlet[O7]

Attributes

Source
FanOutShapeN.scala
val out8: Outlet[O8]

Attributes

Source
FanOutShapeN.scala
val out9: Outlet[O9]

Attributes

Source
FanOutShapeN.scala