Package org.apache.pekko.stream
Class FanOutShape18<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11,O12,O13,O14,O15,O16,O17>                  
java.lang.Object
org.apache.pekko.stream.Shape
org.apache.pekko.stream.FanOutShape<I>
org.apache.pekko.stream.FanOutShape18<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11,O12,O13,O14,O15,O16,O17>                  
public class FanOutShape18<I,O0,O1,O2,O3,O4,O5,O6,O7,O8,O9,O10,O11,O12,O13,O14,O15,O16,O17>                  
extends FanOutShape<I>
- 
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 SummaryConstructorsConstructorDescriptionFanOutShape18(String name) FanOutShape18(FanOutShape.Init<I> _init) FanOutShape18(Inlet<I> in, Outlet<O0> out0, Outlet<O1> out1, Outlet<O2> out2, Outlet<O3> out3, Outlet<O4> out4, Outlet<O5> out5, Outlet<O6> out6, Outlet<O7> out7, Outlet<O8> out8, Outlet<O9> out9, Outlet<O10> out10, Outlet<O11> out11, Outlet<O12> out12, Outlet<O13> out13, Outlet<O14> out14, Outlet<O15> out15, Outlet<O16> out16, Outlet<O17> out17) 
- 
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()out10()out11()out12()out13()out14()out15()out16()out17()out2()out3()out4()out5()out6()out7()out8()out9()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- 
FanOutShape18
- 
FanOutShape18
- 
FanOutShape18public FanOutShape18(Inlet<I> in, Outlet<O0> out0, Outlet<O1> out1, Outlet<O2> out2, Outlet<O3> out3, Outlet<O4> out4, Outlet<O5> out5, Outlet<O6> out6, Outlet<O7> out7, Outlet<O8> out8, Outlet<O9> out9, Outlet<O10> out10, Outlet<O11> out11, Outlet<O12> out12, Outlet<O13> out13, Outlet<O14> out14, Outlet<O15> out15, Outlet<O16> out16, Outlet<O17> out17) 
 
- 
- 
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
- 
out10
- 
out11
- 
out12
- 
out13
- 
out14
- 
out15
- 
out16
- 
out17
- 
out2
- 
out3
- 
out4
- 
out5
- 
out6
- 
out7
- 
out8
- 
out9
 
-