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>    
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.pekko.stream.FanInShapeFanInShape.Init<O>, FanInShape.Name<O>, FanInShape.Name$, FanInShape.Ports<O>, FanInShape.Ports$
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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()in2()in3()Methods inherited from class org.apache.pekko.stream.FanInShapeinlets, newInlet, out, outletsMethods inherited from class org.apache.pekko.stream.ShapegetInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
- 
Constructor Details- 
FanInShape4
- 
FanInShape4
- 
FanInShape4
 
- 
- 
Method Details- 
construct- Specified by:
- constructin class- FanInShape<O>
 
- 
deepCopyDescription 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>
 
- 
in0
- 
in1
- 
in2
- 
in3
 
-