Package org.apache.pekko.stream
Class FanInShape22<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,O>
java.lang.Object
org.apache.pekko.stream.Shape
org.apache.pekko.stream.FanInShape<O>
org.apache.pekko.stream.FanInShape22<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,O>
public class FanInShape22<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,O>
extends FanInShape<O>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.stream.FanInShape
FanInShape.Init<O>, FanInShape.Name<O>, FanInShape.Name$, FanInShape.Ports<O>, FanInShape.Ports$ -
Constructor Summary
ConstructorsConstructorDescriptionFanInShape22(String name) FanInShape22(FanInShape.Init<O> _init) FanInShape22(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, Inlet<T20> in20, Inlet<T21> in21, Outlet<O> out) -
Method Summary
Modifier and TypeMethodDescriptionprotected FanInShape<O>construct(FanInShape.Init<O> 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.in0()in1()in10()in11()in12()in13()in14()in15()in16()in17()in18()in19()in2()in20()in21()in3()in4()in5()in6()in7()in8()in9()Methods inherited from class org.apache.pekko.stream.FanInShape
inlets, newInlet, out, outletsMethods inherited from class org.apache.pekko.stream.Shape
getInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
-
Constructor Details
-
FanInShape22
-
FanInShape22
-
FanInShape22
public FanInShape22(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, Inlet<T20> in20, Inlet<T21> in21, Outlet<O> out)
-
-
Method Details
-
construct
- Specified by:
constructin classFanInShape<O>
-
deepCopy
public FanInShape22<T0,T1, deepCopy()T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, O> 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 classFanInShape<O>
-
in0
-
in1
-
in10
-
in11
-
in12
-
in13
-
in14
-
in15
-
in16
-
in17
-
in18
-
in19
-
in2
-
in20
-
in21
-
in3
-
in4
-
in5
-
in6
-
in7
-
in8
-
in9
-