UniformFanInShape

org.apache.pekko.stream.UniformFanInShape
See theUniformFanInShape companion object
class UniformFanInShape[-T, +O](val n: Int, _init: Init[O]) extends FanInShape[O]

Attributes

Companion
object
Source
UniformFanInShape.scala
Graph
Supertypes
class FanInShape[O]
class Shape
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Constructors

def this(n: Int)

Attributes

Source
UniformFanInShape.scala
def this(n: Int, name: String)

Attributes

Source
UniformFanInShape.scala
def this(outlet: Outlet[O], inlets: Array[Inlet[T]])

Attributes

Source
UniformFanInShape.scala

Concrete methods

override def deepCopy(): UniformFanInShape[T, 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
UniformFanInShape.scala
def in(n: Int): Inlet[T]

Attributes

Source
UniformFanInShape.scala
final override def inlets: Seq[Inlet[T]]

Not meant for overriding outside of Apache Pekko.

Not meant for overriding outside of Apache Pekko.

Attributes

Definition Classes
Source
UniformFanInShape.scala

Deprecated methods

Attributes

Deprecated
true
Source
UniformFanInShape.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 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 n: Int

Attributes

Source
UniformFanInShape.scala