org.apache.pekko.stream.FanInShape
See theFanInShape companion object
Attributes
-
Companion
-
object
-
Source
-
FanInShape.scala
-
Graph
-
-
Supertypes
-
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
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
FanInShape9[
T0,
T1,
T2,
T3,
T4,
T5,
T6,
T7,
T8,
O]
Show all
Members list
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
Not meant for overriding outside of Apache Pekko.
Not meant for overriding outside of Apache Pekko.
Attributes
-
Definition Classes
-
-
Source
-
FanInShape.scala
Scala API: get a list of all output ports
Scala API: get a list of all output ports
Attributes
-
Definition Classes
-
-
Source
-
FanInShape.scala
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
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