Package akka.stream
Class FanOutShape4<I,O0,O1,O2,O3>
- java.lang.Object
- 
- akka.stream.Shape
- 
- akka.stream.FanOutShape<I>
- 
- akka.stream.FanOutShape4<I,O0,O1,O2,O3>
 
 
 
- 
 public class FanOutShape4<I,O0,O1,O2,O3> extends FanOutShape<I> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class akka.stream.FanOutShapeFanOutShape.Init<I>, FanOutShape.Name<I>, FanOutShape.Name$, FanOutShape.Ports<I>, FanOutShape.Ports$
 
- 
 - 
Constructor SummaryConstructors Constructor Description FanOutShape4(FanOutShape.Init<I> _init)FanOutShape4(Inlet<I> in, Outlet<O0> out0, Outlet<O1> out1, Outlet<O2> out2, Outlet<O3> out3)FanOutShape4(java.lang.String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FanOutShape<I>construct(FanOutShape.Init<I> init)FanOutShape4<I,O0,O1,O2,O3>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.Outlet<O0>out0()Outlet<O1>out1()Outlet<O2>out2()Outlet<O3>out3()- 
Methods inherited from class akka.stream.FanOutShapein, inlets, newOutlet, outlets
 - 
Methods inherited from class akka.stream.ShapegetInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
 
- 
 
- 
- 
- 
Method Detail- 
constructprotected FanOutShape<I> construct(FanOutShape.Init<I> init) - Specified by:
- constructin class- FanOutShape<I>
 
 - 
deepCopypublic FanOutShape4<I,O0,O1,O2,O3> 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 class- FanOutShape<I>
 
 
- 
 
-