Package akka.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
-
- akka.stream.Shape
-
- akka.stream.FanInShape<O>
-
- akka.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 akka.stream.FanInShape
FanInShape.Init<O>, FanInShape.Name<O>, FanInShape.Name$, FanInShape.Ports<O>, FanInShape.Ports$
-
-
Constructor Summary
Constructors Constructor Description 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)
FanInShape20(java.lang.String name)
-
Method Summary
All 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 akka.stream.FanInShape
inlets, newInlet, out, outlets
-
Methods inherited from class akka.stream.Shape
getInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
-
-
-
-
Constructor Detail
-
FanInShape20
public FanInShape20(FanInShape.Init<O> _init)
-
FanInShape20
public FanInShape20(java.lang.String name)
-
FanInShape20
public 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
-
construct
protected FanInShape<O> construct(FanInShape.Init<O> init)
- Specified by:
construct
in classFanInShape<O>
-
deepCopy
public 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:Shape
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.- Overrides:
deepCopy
in classFanInShape<O>
-
-