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 SummaryNested classes/interfaces inherited from class org.apache.pekko.stream.FanOutShapeFanOutShape.Init<I>, FanOutShape.Name<I>, FanOutShape.Name$, FanOutShape.Ports<I>, FanOutShape.Ports$
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.FanOutShapein, inlets, newOutlet, outletsMethods inherited from class org.apache.pekko.stream.ShapegetInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
- 
Constructor Details- 
FanOutShape8
- 
FanOutShape8
- 
FanOutShape8
 
- 
- 
Method Details- 
construct- Specified by:
- constructin class- FanOutShape<I>
 
- 
deepCopyDescription copied from class:ShapeCreate 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:
- deepCopyin class- FanOutShape<I>
 
- 
out0
- 
out1
- 
out2
- 
out3
- 
out4
- 
out5
- 
out6
- 
out7
 
-