Package org.apache.pekko.stream
Class FanInShape20<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,O>
- java.lang.Object
- 
- org.apache.pekko.stream.Shape
- 
- org.apache.pekko.stream.FanInShape<O>
- 
- org.apache.pekko.stream.FanInShape20<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,O>
 
 
 
- 
 public class FanInShape20<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,O> extends FanInShape<O> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.pekko.stream.FanInShapeFanInShape.Init<O>, FanInShape.Name<O>, FanInShape.Name$, FanInShape.Ports<O>, FanInShape.Ports$
 
- 
 - 
Constructor SummaryConstructors Constructor Description FanInShape20(java.lang.String name)FanInShape20(FanInShape.Init<O> _init)FanInShape20(Inlet<T0> in0, Inlet<T1> in1, Inlet<T2> in2, Inlet<T3> in3, Inlet<T4> in4, Inlet<T5> in5, Inlet<T6> in6, Inlet<T7> in7, Inlet<T8> in8, Inlet<T9> in9, Inlet<T10> in10, Inlet<T11> in11, Inlet<T12> in12, Inlet<T13> in13, Inlet<T14> in14, Inlet<T15> in15, Inlet<T16> in16, Inlet<T17> in17, Inlet<T18> in18, Inlet<T19> in19, Outlet<O> out)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FanInShape<O>construct(FanInShape.Init<O> init)FanInShape20<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,O>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.Inlet<T0>in0()Inlet<T1>in1()Inlet<T10>in10()Inlet<T11>in11()Inlet<T12>in12()Inlet<T13>in13()Inlet<T14>in14()Inlet<T15>in15()Inlet<T16>in16()Inlet<T17>in17()Inlet<T18>in18()Inlet<T19>in19()Inlet<T2>in2()Inlet<T3>in3()Inlet<T4>in4()Inlet<T5>in5()Inlet<T6>in6()Inlet<T7>in7()Inlet<T8>in8()Inlet<T9>in9()- 
Methods inherited from class org.apache.pekko.stream.FanInShapeinlets, newInlet, out, outlets
 - 
Methods inherited from class org.apache.pekko.stream.ShapegetInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
 
- 
 
- 
- 
- 
Constructor Detail- 
FanInShape20public FanInShape20(FanInShape.Init<O> _init) 
 - 
FanInShape20public FanInShape20(java.lang.String name) 
 - 
FanInShape20public FanInShape20(Inlet<T0> in0, Inlet<T1> in1, Inlet<T2> in2, Inlet<T3> in3, Inlet<T4> in4, Inlet<T5> in5, Inlet<T6> in6, Inlet<T7> in7, Inlet<T8> in8, Inlet<T9> in9, Inlet<T10> in10, Inlet<T11> in11, Inlet<T12> in12, Inlet<T13> in13, Inlet<T14> in14, Inlet<T15> in15, Inlet<T16> in16, Inlet<T17> in17, Inlet<T18> in18, Inlet<T19> in19, Outlet<O> out) 
 
- 
 - 
Method Detail- 
constructprotected FanInShape<O> construct(FanInShape.Init<O> init) - Specified by:
- constructin class- FanInShape<O>
 
 - 
deepCopypublic FanInShape20<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,O> deepCopy() Description 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- FanInShape<O>
 
 
- 
 
-