Package org.apache.pekko.stream
Class FanInShape16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,O>
java.lang.Object
org.apache.pekko.stream.Shape
org.apache.pekko.stream.FanInShape<O>
org.apache.pekko.stream.FanInShape16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,O>
public class FanInShape16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,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
ConstructorsConstructorDescriptionFanInShape16(String name) FanInShape16(FanInShape.Init<O> _init) FanInShape16(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, 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()in2()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
-
FanInShape16
-
FanInShape16
-
FanInShape16
-
-
Method Details
-
construct
- Specified by:
constructin classFanInShape<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 classFanInShape<O>
-
in0
-
in1
-
in10
-
in11
-
in12
-
in13
-
in14
-
in15
-
in2
-
in3
-
in4
-
in5
-
in6
-
in7
-
in8
-
in9
-