Package org.apache.pekko.stream
Class FanInShape10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,O>
- java.lang.Object
- 
- org.apache.pekko.stream.Shape
- 
- org.apache.pekko.stream.FanInShape<O>
- 
- org.apache.pekko.stream.FanInShape10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,O>
 
 
 
- 
 public class FanInShape10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,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 FanInShape10(java.lang.String name)FanInShape10(FanInShape.Init<O> _init)FanInShape10(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, Outlet<O> out)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FanInShape<O>construct(FanInShape.Init<O> init)FanInShape10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,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<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- 
FanInShape10public FanInShape10(FanInShape.Init<O> _init) 
 - 
FanInShape10public FanInShape10(java.lang.String name) 
 
- 
 - 
Method Detail- 
constructprotected FanInShape<O> construct(FanInShape.Init<O> init) - Specified by:
- constructin class- FanInShape<O>
 
 - 
deepCopypublic FanInShape10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,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>
 
 
- 
 
-