FanInShape8

org.apache.pekko.stream.FanInShape8
class FanInShape8[-T0, -T1, -T2, -T3, -T4, -T5, -T6, -T7, +O](_init: Init[O]) extends FanInShape[O]

Attributes

Source
FanInShapeN.scala
Graph
Supertypes
class FanInShape[O]
class Shape
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(name: String)

Attributes

Source
FanInShapeN.scala
def this(in0: Inlet[T0], in1: Inlet[T1], in2: Inlet[T2], in3: Inlet[T3], in4: Inlet[T4], in5: Inlet[T5], in6: Inlet[T6], in7: Inlet[T7], out: Outlet[O])

Attributes

Source
FanInShapeN.scala

Concrete methods

override protected def construct(init: Init[O]): FanInShape[O]

Attributes

Definition Classes
Source
FanInShapeN.scala
override def deepCopy(): FanInShape8[T0, T1, T2, T3, T4, T5, T6, T7, O]

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
FanInShapeN.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
override def inlets: Seq[Inlet[_]]

Not meant for overriding outside of Apache Pekko.

Not meant for overriding outside of Apache Pekko.

Attributes

Definition Classes
Inherited from:
FanInShape
Source
FanInShape.scala
final def out: Outlet[O]

Attributes

Inherited from:
FanInShape
Source
FanInShape.scala
final override def outlets: Seq[Outlet[O]]

Scala API: get a list of all output ports

Scala API: get a list of all output ports

Attributes

Definition Classes
Inherited from:
FanInShape
Source
FanInShape.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 in0: Inlet[T0]

Attributes

Source
FanInShapeN.scala
val in1: Inlet[T1]

Attributes

Source
FanInShapeN.scala
val in2: Inlet[T2]

Attributes

Source
FanInShapeN.scala
val in3: Inlet[T3]

Attributes

Source
FanInShapeN.scala
val in4: Inlet[T4]

Attributes

Source
FanInShapeN.scala
val in5: Inlet[T5]

Attributes

Source
FanInShapeN.scala
val in6: Inlet[T6]

Attributes

Source
FanInShapeN.scala
val in7: Inlet[T7]

Attributes

Source
FanInShapeN.scala