FanInShape

org.apache.pekko.stream.FanInShape
See theFanInShape companion object
abstract class FanInShape[+O] extends Shape

Attributes

Companion
object
Source
FanInShape.scala
Graph
Supertypes
class Shape
class Object
trait Matchable
class Any
Known subtypes
class FanInShape10[T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, O]
class FanInShape11[T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, O]
class FanInShape12[T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, O]
class FanInShape13[T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, O]
class FanInShape14[T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, O]
class FanInShape15[T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, O]
class FanInShape16[T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, O]
class FanInShape17[T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, O]
class FanInShape18[T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, O]
class FanInShape19[T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, O]
class FanInShape1N[T0, T1, O]
class FanInShape2[T0, T1, O]
class FanInShape20[T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, O]
class FanInShape21[T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, O]
class FanInShape22[T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, O]
class FanInShape3[T0, T1, T2, O]
class FanInShape4[T0, T1, T2, T3, O]
class FanInShape5[T0, T1, T2, T3, T4, O]
class FanInShape6[T0, T1, T2, T3, T4, T5, O]
class FanInShape7[T0, T1, T2, T3, T4, T5, T6, O]
class FanInShape8[T0, T1, T2, T3, T4, T5, T6, T7, O]
class FanInShape9[T0, T1, T2, T3, T4, T5, T6, T7, T8, O]
class UniformFanInShape[T, O]
Show all

Members list

Value members

Constructors

def this(init: Init[O])

Attributes

Source
FanInShape.scala

Concrete methods

def deepCopy(): FanInShape[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

Source
FanInShape.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
Source
FanInShape.scala
final def out: Outlet[O]

Attributes

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
Source
FanInShape.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

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