Package org.apache.pekko.stream
Class FanOutShape8<I,O0,O1,O2,O3,O4,O5,O6,O7>
java.lang.Object
org.apache.pekko.stream.Shape
org.apache.pekko.stream.FanOutShape<I>
org.apache.pekko.stream.FanOutShape8<I,O0,O1,O2,O3,O4,O5,O6,O7>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.stream.FanOutShape
FanOutShape.Init<I>, FanOutShape.Name<I>, FanOutShape.Name$, FanOutShape.Ports<I>, FanOutShape.Ports$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FanOutShape<I>
construct
(FanOutShape.Init<I> init) deepCopy()
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.out0()
out1()
out2()
out3()
out4()
out5()
out6()
out7()
Methods inherited from class org.apache.pekko.stream.FanOutShape
in, inlets, newOutlet, outlets
Methods inherited from class org.apache.pekko.stream.Shape
getInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
-
Constructor Details
-
FanOutShape8
-
FanOutShape8
-
FanOutShape8
-
-
Method Details
-
construct
- Specified by:
construct
in classFanOutShape<I>
-
deepCopy
Description copied from class:Shape
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.- Overrides:
deepCopy
in classFanOutShape<I>
-
out0
-
out1
-
out2
-
out3
-
out4
-
out5
-
out6
-
out7
-