org.apache.pekko.stream.FanOutShape
See theFanOutShape companion object
Attributes
-
Companion
-
object
-
Source
-
FanOutShape.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
class
FanOutShape10[
I,
O0,
O1,
O2,
O3,
O4,
O5,
O6,
O7,
O8,
O9]
class
FanOutShape11[
I,
O0,
O1,
O2,
O3,
O4,
O5,
O6,
O7,
O8,
O9,
O10]
class
FanOutShape12[
I,
O0,
O1,
O2,
O3,
O4,
O5,
O6,
O7,
O8,
O9,
O10,
O11]
class
FanOutShape13[
I,
O0,
O1,
O2,
O3,
O4,
O5,
O6,
O7,
O8,
O9,
O10,
O11,
O12]
class
FanOutShape14[
I,
O0,
O1,
O2,
O3,
O4,
O5,
O6,
O7,
O8,
O9,
O10,
O11,
O12,
O13]
class
FanOutShape15[
I,
O0,
O1,
O2,
O3,
O4,
O5,
O6,
O7,
O8,
O9,
O10,
O11,
O12,
O13,
O14]
class
FanOutShape16[
I,
O0,
O1,
O2,
O3,
O4,
O5,
O6,
O7,
O8,
O9,
O10,
O11,
O12,
O13,
O14,
O15]
class
FanOutShape17[
I,
O0,
O1,
O2,
O3,
O4,
O5,
O6,
O7,
O8,
O9,
O10,
O11,
O12,
O13,
O14,
O15,
O16]
class
FanOutShape18[
I,
O0,
O1,
O2,
O3,
O4,
O5,
O6,
O7,
O8,
O9,
O10,
O11,
O12,
O13,
O14,
O15,
O16,
O17]
class
FanOutShape19[
I,
O0,
O1,
O2,
O3,
O4,
O5,
O6,
O7,
O8,
O9,
O10,
O11,
O12,
O13,
O14,
O15,
O16,
O17,
O18]
class
FanOutShape20[
I,
O0,
O1,
O2,
O3,
O4,
O5,
O6,
O7,
O8,
O9,
O10,
O11,
O12,
O13,
O14,
O15,
O16,
O17,
O18,
O19]
class
FanOutShape21[
I,
O0,
O1,
O2,
O3,
O4,
O5,
O6,
O7,
O8,
O9,
O10,
O11,
O12,
O13,
O14,
O15,
O16,
O17,
O18,
O19,
O20]
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]
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
-
FanOutShape.scala
Scala API: get a list of all input ports
Scala API: get a list of all input ports
Attributes
-
Definition Classes
-
-
Source
-
FanOutShape.scala
Not meant for overriding outside of Apache Pekko.
Not meant for overriding outside of Apache Pekko.
Attributes
-
Definition Classes
-
-
Source
-
FanOutShape.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