Package org.apache.pekko.stream
Class FanInShape4<T0,T1,T2,T3,O>
- java.lang.Object
 - 
- org.apache.pekko.stream.Shape
 - 
- org.apache.pekko.stream.FanInShape<O>
 - 
- org.apache.pekko.stream.FanInShape4<T0,T1,T2,T3,O>
 
 
 
 
- 
public class FanInShape4<T0,T1,T2,T3,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
Constructors Constructor Description FanInShape4(java.lang.String name)FanInShape4(FanInShape.Init<O> _init)FanInShape4(Inlet<T0> in0, Inlet<T1> in1, Inlet<T2> in2, Inlet<T3> in3, Outlet<O> out) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FanInShape<O>construct(FanInShape.Init<O> init)FanInShape4<T0,T1,T2,T3,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()- 
Methods inherited from class org.apache.pekko.stream.FanInShape
inlets, newInlet, out, outlets 
- 
Methods inherited from class org.apache.pekko.stream.Shape
getInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs 
 - 
 
 - 
 
- 
- 
Method Detail
- 
construct
protected FanInShape<O> construct(FanInShape.Init<O> init)
- Specified by:
 constructin classFanInShape<O>
 
- 
deepCopy
public FanInShape4<T0,T1,T2,T3,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>
 
 - 
 
 -